Skip to content

Commit 1b5cacf

Browse files
committed
Release: prepare v2.6.0
1 parent ca0f32f commit 1b5cacf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 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.0)
7+
## [2.6.0] - 2024-03-24
88
### Changed
99
- **Requirement update!** If you set the plugin to use PowerShell (aka PowerShell Core, as opposed to Windows PowerShell), then PowerShell 7.2.11 is the minimal supported version
1010

@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2222
This fixes the cases when the started configuration wasn't using the latest version of an edited script file.
2323
- [#51: Update PowerShellEditorServices](https://github.com/ant-druha/intellij-powershell/issues/51) to v3.18.1
2424
- PowerShellEditorServices have been updated to the latest v1.22.0
25+
2526
### Removed
2627
- The plugin no longer bundles Plaster that was a part of an older PowerShellEditorServices distribution, even though it wasn't used by the plugin.
2728

@@ -265,4 +266,5 @@ Initial editor and code completion support:
265266
[2.3.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...v2.3.1
266267
[2.4.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...v2.4.0
267268
[2.5.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
268-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...HEAD
269+
[2.6.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
270+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...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.5.0"
36+
version = "2.6.0"
3737

3838
repositories {
3939
mavenCentral()

0 commit comments

Comments
 (0)