From 6ffc43dbb11fbaaf03da393aac671944a4544c4e Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 26 Apr 2024 01:22:14 +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 bf73721bbcc..30772e60005 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.8a91...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a92...HEAD) + +**Closed issues:** + +- Add back ovos-utils 0.0.X support [\#447](https://github.com/OpenVoiceOS/ovos-core/issues/447) + +**Merged pull requests:** + +- Loosen ovos-bus-client dependency to allow ovos-utils 0.0.X [\#448](https://github.com/OpenVoiceOS/ovos-core/pull/448) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.8a92](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a92) (2024-04-25) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a91...V0.0.8a92) **Merged pull requests:** @@ -616,18 +628,10 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a21...V0.0.8a22) -**Merged pull requests:** - -- Update README.md + rm start/stop [\#324](https://github.com/OpenVoiceOS/ovos-core/pull/324) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a21](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a21) (2023-05-17) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a20...V0.0.8a21) -**Fixed bugs:** - -- Update `get_skill_directories` import [\#323](https://github.com/OpenVoiceOS/ovos-core/pull/323) ([NeonDaniel](https://github.com/NeonDaniel)) - ## [V0.0.8a20](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a20) (2023-05-17) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a19...V0.0.8a20) diff --git a/ovos_core/version.py b/ovos_core/version.py index 90d38b56e01..d4df7851f89 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 = 92 +OVOS_VERSION_ALPHA = 93 # END_VERSION_BLOCK