Skip to content

Commit 0dfaa12

Browse files
committed
2.6.1
1 parent d4690e9 commit 0dfaa12

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.6.1-233] - 2024-04-12
10+
911
### Fixed
1012

1113
- EncodingManager error handling for invalid inputs (#444)
@@ -423,7 +425,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
423425

424426
- `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on
425427

426-
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.0-233...HEAD
428+
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.1-233...HEAD
429+
[2.6.1-233]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.0-233...v2.6.1-233
427430
[2.6.0-233]: https://github.com/carlrobertoh/CodeGPT/compare/v2.5.1...v2.6.0-233
428431
[2.5.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.5.0...v2.5.1
429432
[2.5.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.4.0...v2.5.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
44
pluginName = CodeGPT
55
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.6.0
7+
pluginVersion = 2.6.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233

0 commit comments

Comments
 (0)