From f643dfb43100e743274465cf5f7bd1da9fe2f817 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 24 Feb 2024 22:25:26 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 11 +++++++++-- ovos_core/version.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6f2b34e28..e94d63cf07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a75...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a76...HEAD) + +**Merged pull requests:** + +- Update skills-essential.txt [\#401](https://github.com/OpenVoiceOS/ovos-core/pull/401) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a76](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a76) (2024-02-24) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a75...V0.0.8a76) **Fixed bugs:** @@ -327,7 +335,6 @@ **Implemented enhancements:** -- Persona Initiative - Long Live the LLM [\#297](https://github.com/OpenVoiceOS/ovos-core/issues/297) - default session managed by core [\#354](https://github.com/OpenVoiceOS/ovos-core/pull/354) ([JarbasAl](https://github.com/JarbasAl)) ## [V0.0.8a38](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a38) (2023-09-22) diff --git a/ovos_core/version.py b/ovos_core/version.py index 0b160110586..376ad3243d2 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 = 76 +OVOS_VERSION_ALPHA = 77 # END_VERSION_BLOCK