Skip to content

Commit c287128

Browse files
committed
2.2.12
1 parent e230640 commit c287128

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.2.12] - 2023-12-21
10+
11+
### Added
12+
13+
- Support for extended request parameters for llama.cpp
14+
915
## [2.2.11] - 2023-12-14
1016

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

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

326-
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...HEAD
332+
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.12...HEAD
333+
[2.2.12]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...v2.2.12
327334
[2.2.11]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.10...v2.2.11
328335
[2.2.10]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.9...v2.2.10
329336
[2.2.9]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.8...v2.2.9

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.11
7+
pluginVersion = 2.2.12
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)