Skip to content

Commit 4b3f77c

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

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.

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)