Skip to content

Commit 59ad2c8

Browse files
committed
Release: prepare v2.7.0
1 parent 9a2870b commit 59ad2c8

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ 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-
## [Unreleased] (2.7.0)
7+
## [2.7.0] - 2024-08-21
88
### Changed
9+
- **Requirement update:** IntelliJ Platform 2024.2.0.2 is now the minimal supported version
910
- Update PowerShellEditorServices from v3.18.1 to v3.20.1
10-
- Update junixsocket from v2.9.0 to v2.9.1
11+
- Update junixsocket library from v2.9.0 to v2.10.0
12+
- Update LSP4J library from v0.22.0 to v0.23.0
13+
14+
### Added
15+
- **Debugger support** based on the debugger adapter protocol from PowerShellEditorServices.
16+
17+
Thanks to @Fantoom for the contribution.
1118

1219
## [2.6.1] - 2024-03-28
1320
### Fixed
@@ -280,4 +287,5 @@ Initial editor and code completion support:
280287
[2.5.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
281288
[2.6.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
282289
[2.6.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
283-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...HEAD
290+
[2.7.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
291+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...HEAD

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sourceSets {
3131
}
3232

3333
group = "com.intellij.plugin"
34-
version = "2.6.1"
34+
version = "2.7.0"
3535

3636
repositories {
3737
intellijPlatform {

0 commit comments

Comments
 (0)