Skip to content

Commit d1e5c7f

Browse files
committed
Release: prepare v2.4.0
1 parent d4080d7 commit d1e5c7f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.4.0)
7+
## [2.4.0] - 2024-03-09
88
### Changed
99
- The lexer and parser were migrated to be auto-generated by the Gradle Grammar-Kit task. We do not expect any changes, but they may happen, so please report any cases of suspicious plugin behavior.
1010

@@ -221,4 +221,5 @@ Initial editor and code completion support:
221221
[2.2.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.1.0...v2.2.0
222222
[2.3.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.2.0...v2.3.0
223223
[2.3.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...v2.3.1
224-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...HEAD
224+
[2.4.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...v2.4.0
225+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.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 2023 intellij-powershell contributors
56+
Copyright 2024 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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sourceSets {
2626
}
2727

2828
group = "com.intellij.plugin"
29-
version = "2.3.1"
29+
version = "2.4.0"
3030

3131
repositories {
3232
mavenCentral()

0 commit comments

Comments
 (0)