From 6d82c2d41ab9c0d781fa745dc6b15f7155f55f18 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 28 May 2024 03:24:45 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 24 +++++++++++------------- ovos_core/version.py | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a875a1140f9..b239e7aabc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a100...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a101...HEAD) + +**Merged pull requests:** + +- refactor/pipeline\_shutdown [\#484](https://github.com/OpenVoiceOS/ovos-core/pull/484) ([JarbasAl](https://github.com/JarbasAl)) +- nl-nl vocabs [\#483](https://github.com/OpenVoiceOS/ovos-core/pull/483) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- nl-nl dialogs [\#482](https://github.com/OpenVoiceOS/ovos-core/pull/482) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) + +## [V0.0.8a101](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a101) (2024-05-25) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a100...V0.0.8a101) **Fixed bugs:** @@ -504,26 +514,14 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a43...V0.0.8a44) -**Fixed bugs:** - -- unittests/fallbackV1 [\#358](https://github.com/OpenVoiceOS/ovos-core/pull/358) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a43](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a43) (2023-09-30) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a42...V0.0.8a43) -**Merged pull requests:** - -- unittests/fallback\_service [\#357](https://github.com/OpenVoiceOS/ovos-core/pull/357) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a42](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a42) (2023-09-30) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a41...V0.0.8a42) -**Merged pull requests:** - -- unittests/explicit\_session + fix/codecov workflow [\#356](https://github.com/OpenVoiceOS/ovos-core/pull/356) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a41](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a41) (2023-09-30) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a40...V0.0.8a41) diff --git a/ovos_core/version.py b/ovos_core/version.py index 14519199290a..e18545768fb0 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 = 101 +OVOS_VERSION_ALPHA = 102 # END_VERSION_BLOCK