From fde20109cd4c7eb038d867da4e260179603fbeb7 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 30 Nov 2023 11:21:12 +0200 Subject: [PATCH] 2.2.7 --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d51327a0..c8c78a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.7] - 2023-11-30 + +### Fixed + +- LLaMA server boot up when additional params are not set + ## [2.2.6] - 2023-11-27 ### Added @@ -279,7 +285,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.2.6...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...HEAD +[2.2.7]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.6...v2.2.7 [2.2.6]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.5...v2.2.6 [2.2.5]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.4...v2.2.5 [2.2.4]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.3...v2.2.4 diff --git a/gradle.properties b/gradle.properties index 87682f3b..d8d091f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert pluginName = CodeGPT pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT # SemVer format -> https://semver.org -pluginVersion = 2.2.6 +pluginVersion = 2.2.7 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213