Skip to content

Commit 4ebe352

Browse files
committed
2.11.0
1 parent 45d8c8c commit 4ebe352

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.11.0-241.1] - 2024-09-05
10+
911
### Added
1012

1113
- Multiple tool window editor actions for generated code:
@@ -625,7 +627,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
625627

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

628-
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.10.2-241.1...HEAD
630+
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.11.0-241.1...HEAD
631+
[2.11.0-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.10.2-241.1...v2.11.0-241.1
629632
[2.10.2-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.10.1-241.1...v2.10.2-241.1
630633
[2.10.1-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.10.0-233...v2.10.1-241.1
631634
[2.10.0-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.9.0-241.1...v2.10.0-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.10.2
7+
pluginVersion = 2.11.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)