Skip to content

Commit e054d05

Browse files
committed
Release: prepare v2.9.0
1 parent c60513e commit e054d05

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.9.0] - 2025-02-07
8+
### Changed
9+
- **Requirement update:** IntelliJ Platform 251.20015 is now the minimal supported version (only EAP builds for now).
10+
- Update PowerShellEditorServices from v3.20.1 to [v4.2.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.2.0).
11+
- Used library updates and minor code cleanup.
12+
713
## [2.8.0] - 2024-10-20
814
### Added
915
- Debugger: "verified" status for breakpoints that are successfully set. Thanks to @Fantoom for the contribution.
@@ -298,4 +304,5 @@ Initial editor and code completion support:
298304
[2.6.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
299305
[2.7.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
300306
[2.8.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
301-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...HEAD
307+
[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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Documentation
5353
---------
5454
Copyright 2018 Andrey Dernov
5555

56-
Copyright 2024 intellij-powershell contributors
56+
Copyright 2025 intellij-powershell contributors
5757

5858
Licensed under the Apache License, Version 2.0 (the "License");
5959
you may not use this file except in compliance with the License.

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.8.0
3+
pluginVersion=2.9.0
44

55
# 30 MiB:
66
maxUnpackedPluginBytes=31457280

0 commit comments

Comments
 (0)