Skip to content

Commit f5afa08

Browse files
committed
Release: prepare v2.3.1
1 parent 47a82cd commit f5afa08

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ 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.3.1)
7+
## [2.3.1] - 2023-12-30
88
### Fixed
9+
- [#172](https://github.com/ant-druha/intellij-powershell/issues/172): Console output forcibly wraps output to 80 characters
910
- [#160](https://github.com/ant-druha/intellij-powershell/issues/160): the `exit` keyword is now allowed in more positions in the parser
11+
- [#166](https://github.com/ant-druha/intellij-powershell/issues/166): "Slow operations are prohibited on EDT" report about disk IO on run configuration startup
12+
### Changed
13+
- The **PowerShell** run configuration no longer reports certain kinds of internal exceptions; they will be properly reported
1014

1115
## [2.3.0] - 2023-10-29
1216
### Changed
@@ -203,4 +207,5 @@ Initial editor and code completion support:
203207
[2.1.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.0.10...v2.1.0
204208
[2.2.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.1.0...v2.2.0
205209
[2.3.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.2.0...v2.3.0
206-
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...HEAD
210+
[2.3.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...v2.3.1
211+
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.1...HEAD

build.gradle.kts

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

2727
group = "com.intellij.plugin"
28-
version = "2.3.0"
28+
version = "2.3.1"
2929

3030
repositories {
3131
mavenCentral()

0 commit comments

Comments
 (0)