Skip to content

Commit b047582

Browse files
committed
2.17.0
1 parent 38c6f9e commit b047582

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.17.0-241.1] - 2025-02-12
10+
11+
### Renamed
12+
13+
- Plugin name
14+
915
## [2.16.3-241.1] - 2025-02-11
1016

1117
### Added
@@ -908,7 +914,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
908914

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

911-
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.16.3-241.1...HEAD
917+
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.17.0-241.1...HEAD
918+
[2.17.0-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.16.3-241.1...v2.17.0-241.1
912919
[2.16.3-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.16.2-241.1...v2.16.3-241.1
913920
[2.16.2-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.16.1-241.1...v2.16.2-241.1
914921
[2.16.1-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.16.0-241.1...v2.16.1-241.1

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.16.3
7+
pluginVersion = 2.17.0
88

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

0 commit comments

Comments
 (0)