From 97aae24b1ed0d91587f0c701098d59e8f787261c Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 12 Jul 2024 12:27:43 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 31 ++++++++++++++----------------- ovos_core/version.py | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea5009df27..fde5119b088 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.8a121...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a122...HEAD) + +**Fixed bugs:** + +- fix/ocp\_api\_context [\#524](https://github.com/OpenVoiceOS/ovos-core/pull/524) ([JarbasAl](https://github.com/JarbasAl)) + +**Merged pull requests:** + +- fr-fr/translate [\#522](https://github.com/OpenVoiceOS/ovos-core/pull/522) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- Updated dialogs and vocabs NL [\#520](https://github.com/OpenVoiceOS/ovos-core/pull/520) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) + +## [V0.0.8a122](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a122) (2024-06-30) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a121...V0.0.8a122) **Fixed bugs:** @@ -312,10 +325,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a88...V0.0.8a89) -**Merged pull requests:** - -- Update ovos-messagebus requirement from \>=0.0.4a6,~=0.0 to ~=0.0 in /requirements [\#406](https://github.com/OpenVoiceOS/ovos-core/pull/406) ([dependabot[bot]](https://github.com/apps/dependabot)) - ## [V0.0.8a88](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a88) (2024-04-13) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a87...V0.0.8a88) @@ -479,26 +488,14 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a68...V0.0.8a69) -**Implemented enhancements:** - -- add "ovos.utterance.cancelled" event [\#404](https://github.com/OpenVoiceOS/ovos-core/pull/404) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a68](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a68) (2024-01-24) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a67...V0.0.8a68) -**Fixed bugs:** - -- fix/credentials\_leaking\_in\_logs [\#403](https://github.com/OpenVoiceOS/ovos-core/pull/403) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a67](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a67) (2024-01-24) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a66...V0.0.8a67) -**Merged pull requests:** - -- add adapt match levels [\#402](https://github.com/OpenVoiceOS/ovos-core/pull/402) ([emphasize](https://github.com/emphasize)) - ## [V0.0.8a66](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a66) (2024-01-13) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a65...V0.0.8a66) diff --git a/ovos_core/version.py b/ovos_core/version.py index fbf9833e7d7..4d6e0f261ae 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 = 122 +OVOS_VERSION_ALPHA = 123 # END_VERSION_BLOCK