This commit is contained in:
Carl-Robert Linnupuu 2024-04-12 17:56:42 +03:00
parent 0830299b2c
commit ea5244c5cc
3 changed files with 6 additions and 6 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.6.1-222] - 2024-04-12
### Fixed
- EncodingManager error handling for invalid inputs (#444)
@ -417,7 +419,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.0-222...HEAD
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.1-222...HEAD
[2.6.1-222]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.0-222...v2.6.1-222
[2.6.0-222]: https://github.com/carlrobertoh/CodeGPT/compare/v2.5.1...v2.6.0-222
[2.5.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.4.0...v2.5.0

View file

@ -8,9 +8,6 @@ repositories {
}
dependencies {
implementation(libs.gradle.intellij.plugin) {
// vulnerable transitive dependency okhttp 3.14.9 in gradle-intellij-plugin 1.17.3
exclude(group = "com.squareup.okhttp3", module = "okhttp")
}
implementation(libs.gradle.intellij.plugin)
implementation(libs.kotlin.gradle.plugin)
}

View file

@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
pluginName = CodeGPT
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
# SemVer format -> https://semver.org
pluginVersion = 2.6.0
pluginVersion = 2.6.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222