Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

## [2.11.0] - 2025-07-05
### Changed
- **Requirement update:** IntelliJ Platform 252.23591.19 (2025.2 EAP) is now the minimal supported version.
- Minor internal refactoring for better compatibility with newer IntelliJ and general code improvement.

## [2.10.0] - 2025-04-15
### Changed
- **Requirement update:** IntelliJ Platform 251.23774.318 is now the minimal supported version (only EAP builds for now).
Expand Down Expand Up @@ -316,4 +321,5 @@ Initial editor and code completion support:
[2.8.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
[2.9.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...v2.9.0
[2.10.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...v2.10.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...HEAD
[2.11.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...v2.11.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.11.0...HEAD
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.stdlib.default.dependency=false

pluginVersion=2.10.0
pluginVersion=2.11.0

# 30 MiB:
maxUnpackedPluginBytes=31457280
Expand Down
Loading