From 90cfb9652437b6f6b5b3b576481e61a0c136eb96 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 00:16:36 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 27 ++++++++++++++------------- ovos_core/version.py | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61692e27147..9434b98d45b 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.8a128...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a129...HEAD) + +**Closed issues:** + +- The link you requested. [\#536](https://github.com/OpenVoiceOS/ovos-core/issues/536) +- Stable Dependencies for 0.0.8 Release [\#488](https://github.com/OpenVoiceOS/ovos-core/issues/488) + +**Merged pull requests:** + +- trust semantic versioning [\#538](https://github.com/OpenVoiceOS/ovos-core/pull/538) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a129](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a129) (2024-08-05) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a128...V0.0.8a129) **Fixed bugs:** @@ -454,22 +467,10 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a78...V0.0.8a79) -**Fixed bugs:** - -- fix: blacklisted skills [\#424](https://github.com/OpenVoiceOS/ovos-core/pull/424) ([JarbasAl](https://github.com/JarbasAl)) - -**Merged pull requests:** - -- test: fix codecov OCP tests [\#423](https://github.com/OpenVoiceOS/ovos-core/pull/423) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a78](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a78) (2024-02-25) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a77...V0.0.8a78) -**Merged pull requests:** - -- unittests: OCP pipeline [\#422](https://github.com/OpenVoiceOS/ovos-core/pull/422) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a77](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a77) (2024-02-24) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a76...V0.0.8a77) diff --git a/ovos_core/version.py b/ovos_core/version.py index 91e5ac14420..693ecbacf9b 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 = 129 +OVOS_VERSION_ALPHA = 130 # END_VERSION_BLOCK