From dfe32ff46aed86c814c3795f65507b97c300634e Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 14 Feb 2024 14:34:06 +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 9bfea43f403d..30528e2d153b 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.8a73...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a74...HEAD) + +**Fixed bugs:** + +- Can't install ovos-core and ovos-bus-client [\#344](https://github.com/OpenVoiceOS/ovos-core/issues/344) + +**Merged pull requests:** + +- Update README.md [\#411](https://github.com/OpenVoiceOS/ovos-core/pull/411) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a74](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a74) (2024-02-06) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a73...V0.0.8a74) **Closed issues:** @@ -542,10 +554,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a11...V0.0.8a12) -**Merged pull requests:** - -- Refactor/ovos-gui+ovos-messagebus packages [\#292](https://github.com/OpenVoiceOS/ovos-core/pull/292) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a11](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a11) (2023-04-28) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a10...V0.0.8a11) @@ -662,10 +670,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.7a11...V0.0.7a12) -**Merged pull requests:** - -- Update dependencies to stable versions [\#294](https://github.com/OpenVoiceOS/ovos-core/pull/294) ([NeonDaniel](https://github.com/NeonDaniel)) - ## [V0.0.7a11](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.7a11) (2023-03-08) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.7a10...V0.0.7a11) diff --git a/ovos_core/version.py b/ovos_core/version.py index a2ed803440c8..c9265c089327 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 = 74 +OVOS_VERSION_ALPHA = 75 # END_VERSION_BLOCK