Skip to content

Commit

Permalink
Release: prepare v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Mar 28, 2024
1 parent 507f365 commit 8a9a45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased] (2.6.1)
## [2.6.1] - 2024-03-28
### Fixed
- [#257](https://github.com/ant-druha/intellij-powershell/pull/257): pass `-NoProfile` to PowerShell when detecting its version, to determine the version faster and avoid possible problems caused by shell customizations

Expand Down Expand Up @@ -274,4 +274,5 @@ Initial editor and code completion support:
[2.4.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...v2.4.0
[2.5.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
[2.6.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...HEAD
[2.6.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...HEAD
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sourceSets {
}

group = "com.intellij.plugin"
version = "2.6.0"
version = "2.6.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 8a9a45e

Please sign in to comment.