Skip to content

Commit

Permalink
Release: prepare v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Mar 8, 2024
1 parent d4080d7 commit d1e5c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/).

## [Unreleased] (2.4.0)
## [2.4.0] - 2024-03-09
### Changed
- 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.

Expand Down Expand Up @@ -221,4 +221,5 @@ Initial editor and code completion support:
[2.2.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.1.0...v2.2.0
[2.3.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.2.0...v2.3.0
[2.3.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...v2.3.1
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...HEAD
[2.4.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...v2.4.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...HEAD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Documentation
---------
Copyright 2018 Andrey Dernov

Copyright 2023 intellij-powershell contributors
Copyright 2024 intellij-powershell contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sourceSets {
}

group = "com.intellij.plugin"
version = "2.3.1"
version = "2.4.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit d1e5c7f

Please sign in to comment.