From 4669d824f29090f6bf2d94c3c637ec230a29727b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 2 Mar 2024 21:07:50 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 22 +++++++++++++--------- ovos_core/version.py | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243efb6789f9..e26352db955f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a79...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a80...HEAD) + +**Breaking changes:** + +- \[BUG\] Classic Mycroft skill inits are not calling self.initialize\(\) [\#343](https://github.com/OpenVoiceOS/ovos-core/issues/343) + +**Merged pull requests:** + +- refactor/reduce code complexity [\#427](https://github.com/OpenVoiceOS/ovos-core/pull/427) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a80](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a80) (2024-03-02) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a79...V0.0.8a80) **Fixed bugs:** @@ -607,10 +619,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a10...V0.0.8a11) -**Merged pull requests:** - -- refactor/ovos\_audio [\#304](https://github.com/OpenVoiceOS/ovos-core/pull/304) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a10](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a10) (2023-04-28) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a9...V0.0.8a10) @@ -651,10 +659,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a4...V0.0.8a5) -**Merged pull requests:** - -- refactor/common\_qa\_speak [\#305](https://github.com/OpenVoiceOS/ovos-core/pull/305) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a4](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a4) (2023-04-14) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a3...V0.0.8a4) diff --git a/ovos_core/version.py b/ovos_core/version.py index 9cce246b51e4..b1166ec7ac3c 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 = 80 +OVOS_VERSION_ALPHA = 81 # END_VERSION_BLOCK