Skip to content

Commit ee1d1a2

Browse files
committed
Release: prepare v2.5.0
1 parent a7366fa commit ee1d1a2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.idea/dictionaries/fried.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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]
7+
## [2.5.0] - 2024-03-12
88
### Fixed
99
- [#67](https://github.com/ant-druha/intellij-powershell/issues/67): An attribute block before function's `param` could lead to incorrect indentation
1010
- [#102](https://github.com/ant-druha/intellij-powershell/issues/102): Formatter breaking the code around unary operators such as `-Not` and equal signs in command-line arguments
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1616

1717
### Changed
1818
- [LSP4J](https://github.com/eclipse-lsp4j/lsp4j) library has been updated to v0.3.1
19+
- [junixsocket](https://github.com/kohlschutter/junixsocket) has been updated to 2.9.0
1920

2021
## [2.4.0] - 2024-03-09
2122
### Changed
@@ -240,4 +241,5 @@ Initial editor and code completion support:
240241
[2.3.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.2.0...v2.3.0
241242
[2.3.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...v2.3.1
242243
[2.4.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...v2.4.0
243-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...HEAD
244+
[2.5.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
245+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...HEAD

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sourceSets {
2727
}
2828

2929
group = "com.intellij.plugin"
30-
version = "2.4.0"
30+
version = "2.5.0"
3131

3232
repositories {
3333
mavenCentral()

0 commit comments

Comments
 (0)