From 8cb8f2532ca2e67ef80c101a57ef4fc9f7aa5145 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 7 Dec 2023 17:21:59 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 18 +++++++++++++----- ovos_core/version.py | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45392c30d976..3b0bdac8d5b6 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.8a54...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a55...HEAD) + +**Fixed bugs:** + +- fix lang detect [\#379](https://github.com/OpenVoiceOS/ovos-core/pull/379) ([JarbasAl](https://github.com/JarbasAl)) + +**Closed issues:** + +- 'Session' object has no attribute 'valid\_languages' [\#378](https://github.com/OpenVoiceOS/ovos-core/issues/378) + +## [V0.0.8a55](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a55) (2023-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a54...V0.0.8a55) **Fixed bugs:** @@ -645,10 +657,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a17...V0.0.6a18) -**Implemented enhancements:** - -- Lng: Add cs-cz noise words [\#260](https://github.com/OpenVoiceOS/ovos-core/pull/260) ([NeonDaniel](https://github.com/NeonDaniel)) - ## [V0.0.6a17](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.6a17) (2023-01-20) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a16...V0.0.6a17) diff --git a/ovos_core/version.py b/ovos_core/version.py index f9ef10b501c1..ede3815103bc 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 = 55 +OVOS_VERSION_ALPHA = 56 # END_VERSION_BLOCK