Skip to content

Commit

Permalink
Release: prepare v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Mar 24, 2024
1 parent ca0f32f commit 1b5cacf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 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.0)
## [2.6.0] - 2024-03-24
### Changed
- **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

Expand All @@ -22,6 22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This fixes the cases when the started configuration wasn't using the latest version of an edited script file.
- [#51: Update PowerShellEditorServices](https://github.com/ant-druha/intellij-powershell/issues/51) to v3.18.1
- PowerShellEditorServices have been updated to the latest v1.22.0

### Removed
- The plugin no longer bundles Plaster that was a part of an older PowerShellEditorServices distribution, even though it wasn't used by the plugin.

Expand Down Expand Up @@ -265,4 266,5 @@ Initial editor and code completion support:
[2.3.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...v2.3.1
[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
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...HEAD
[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 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.5.0"
version = "2.6.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1b5cacf

Please sign in to comment.