Skip to content

Commit 6785d23

Browse files
committed
Release: prepare v2.10.0
1 parent 875e864 commit 6785d23

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
## [2.10.0] - 2025-04-15
8+
### Changed
9+
- **Requirement update:** IntelliJ Platform 251.23774.318 is now the minimal supported version (only EAP builds for now).
10+
- Update PSScriptAnalyzer from v1.23.0 to [v1.24.0](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.24.0).
11+
- Update PowerShellEditorServices from v4.2.0 to [v4.3.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0).
12+
13+
### Fixed
14+
- [#323: Configurations with PowerShell "Before task" don't work in Debug](https://github.com/ant-druha/intellij-powershell/issues/323).
15+
- [#352](https://github.com/ant-druha/intellij-powershell/issues/352): fix an assertion thrown from settings in IntelliJ IDEA 2025.1. Thanks to @Fantoom for the contribution.
16+
717
## [2.9.0] - 2025-02-07
818
### Changed
919
- **Requirement update:** IntelliJ Platform 251.20015 is now the minimal supported version (only EAP builds for now).
@@ -305,4 +315,5 @@ Initial editor and code completion support:
305315
[2.7.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
306316
[2.8.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
307317
[2.9.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...v2.9.0
308-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...HEAD
318+
[2.10.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...v2.10.0
319+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...HEAD

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.stdlib.default.dependency=false
22

3-
pluginVersion=2.9.0
3+
pluginVersion=2.10.0
44

55
# 30 MiB:
66
maxUnpackedPluginBytes=31457280

0 commit comments

Comments
 (0)