From dce86100a416e63b83c1c4cf894dded5106749c9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 4 May 2024 21:10:23 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 19 ++++++++++--------- ovos_core/version.py | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30772e600058..e645d516e67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a92...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a93...HEAD) + +**Fixed bugs:** + +- bug - can not deactivate a skill inside an intent/converse [\#450](https://github.com/OpenVoiceOS/ovos-core/issues/450) +- fix/deactivate inside intent/converse [\#451](https://github.com/OpenVoiceOS/ovos-core/pull/451) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a93](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a93) (2024-04-26) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a92...V0.0.8a93) **Closed issues:** @@ -568,10 +577,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a28...V0.0.8a29) -**Merged pull requests:** - -- refactor and improve padatious matching [\#326](https://github.com/OpenVoiceOS/ovos-core/pull/326) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a28](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a28) (2023-07-12) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a27...V0.0.8a28) @@ -620,10 +625,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a22...V0.0.8a23) -**Implemented enhancements:** - -- refactor/skill\_settings\_change [\#325](https://github.com/OpenVoiceOS/ovos-core/pull/325) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a22](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a22) (2023-05-29) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a21...V0.0.8a22) diff --git a/ovos_core/version.py b/ovos_core/version.py index d4df7851f89c..9822fc83a404 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 = 93 +OVOS_VERSION_ALPHA = 94 # END_VERSION_BLOCK