Skip to content

Commit 52c1b5d

Browse files
committed
2.2.11
1 parent 0689536 commit 52c1b5d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.11] - 2023-12-14
10+
11+
### Added
12+
13+
- Support for chatting with multiple files
14+
- Support for generating commit messages and method names with Azure service
15+
916
## [2.2.10] - 2023-12-12
1017

1118
### Added
@@ -316,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316323

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

319-
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.10...HEAD
326+
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...HEAD
327+
[2.2.11]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.10...v2.2.11
320328
[2.2.10]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.9...v2.2.10
321329
[2.2.9]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.8...v2.2.9
322330
[2.2.8]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...v2.2.8

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.2.10
7+
pluginVersion = 2.2.11
88

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

0 commit comments

Comments
 (0)