From d218adf53f8710369eeb932b08bee7cf2c83748f Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 29 Sep 2023 17:12:37 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 24 ++++++++++++++---------- ovos_core/version.py | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fa64bdd53..d0fd6193083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a37...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a38...HEAD) + +**Implemented enhancements:** + +- Persona Initiative - Long Live the LLM [\#297](https://github.com/OpenVoiceOS/ovos-core/issues/297) +- default session managed by core [\#354](https://github.com/OpenVoiceOS/ovos-core/pull/354) ([JarbasAl](https://github.com/JarbasAl)) + +**Fixed bugs:** + +- fix docker build [\#267](https://github.com/OpenVoiceOS/ovos-core/issues/267) + +## [V0.0.8a38](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a38) (2023-09-22) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a37...V0.0.8a38) **Implemented enhancements:** @@ -598,11 +611,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a5...V0.0.6a6) -**Fixed bugs:** - -- port/fix/ intent name colision [\#233](https://github.com/OpenVoiceOS/ovos-core/issues/233) -- Handle multiple intents with the same name \(\#2921\) [\#235](https://github.com/OpenVoiceOS/ovos-core/pull/235) ([JarbasAl](https://github.com/JarbasAl)) - **Closed issues:** - Install confusion [\#239](https://github.com/OpenVoiceOS/ovos-core/issues/239) @@ -635,10 +643,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a1...V0.0.6a2) -**Fixed bugs:** - -- Fix show\_pages index api [\#234](https://github.com/OpenVoiceOS/ovos-core/pull/234) ([AIIX](https://github.com/AIIX)) - ## [V0.0.6a1](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.6a1) (2022-11-23) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5...V0.0.6a1) diff --git a/ovos_core/version.py b/ovos_core/version.py index b3504ca0b68..9b7740ff523 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -18,7 +18,7 @@ OVOS_VERSION_MAJOR = 0 OVOS_VERSION_MINOR = 0 OVOS_VERSION_BUILD = 8 -OVOS_VERSION_ALPHA = 38 +OVOS_VERSION_ALPHA = 39 # END_VERSION_BLOCK