Skip to content

Commit 8a9a45e

Browse files
committed
Release: prepare v2.6.1
1 parent 507f365 commit 8a9a45e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased] (2.6.1)
7+
## [2.6.1] - 2024-03-28
88
### Fixed
99
- [#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
1010

@@ -274,4 +274,5 @@ Initial editor and code completion support:
274274
[2.4.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...v2.4.0
275275
[2.5.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
276276
[2.6.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
277-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...HEAD
277+
[2.6.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
278+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...HEAD

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sourceSets {
3333
}
3434

3535
group = "com.intellij.plugin"
36-
version = "2.6.0"
36+
version = "2.6.1"
3737

3838
repositories {
3939
mavenCentral()

0 commit comments

Comments
 (0)