File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.6.1-233] - 2024-04-12
10
+
9
11
### Fixed
10
12
11
13
- 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
423
425
424
426
- ` OPENAI_API_KEY ` persistence, key is saved in the OS password safe from now on
425
427
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
427
430
[ 2.6.0-233 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.5.1...v2.6.0-233
428
431
[ 2.5.1 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.5.0...v2.5.1
429
432
[ 2.5.0 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.4.0...v2.5.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
4
4
pluginName = CodeGPT
5
5
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.6.0
7
+ pluginVersion = 2.6.1
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 233
You can’t perform that action at this time.
0 commit comments