Skip to content

Commit 0450f7b

Browse files
committed
Release: prepare v2.11.0
1 parent b2b495f commit 0450f7b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.11.0] - 2025-07-05
8+
### Changed
9+
- **Requirement update:** IntelliJ Platform 252.23591.19 (2025.2 EAP) is now the minimal supported version.
10+
- Minor internal refactoring for better compatibility with newer IntelliJ and general code improvement.
11+
712
## [2.10.0] - 2025-04-15
813
### Changed
914
- **Requirement update:** IntelliJ Platform 251.23774.318 is now the minimal supported version (only EAP builds for now).
@@ -316,4 +321,5 @@ Initial editor and code completion support:
316321
[2.8.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
317322
[2.9.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...v2.9.0
318323
[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
324+
[2.11.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...v2.11.0
325+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.11.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.10.0
3+
pluginVersion=2.11.0
44

55
# 30 MiB:
66
maxUnpackedPluginBytes=31457280

0 commit comments

Comments
 (0)