From e8cd0f39f53a2e73b014241b6750512f96e45470 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:39:18 +0000 Subject: [PATCH 1/3] fix:allow workshop 3.0.0 (#39) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6303882..52ccd3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ovos-workshop>=2.1.0,<3.0.0 +ovos-workshop>=2.1.0,<4.0.0 ovos-utils<2.0.0 ovos-bus-client<2.0.0 ovos-plugin-manager \ No newline at end of file From e7f67020ec8d0caee4b2fcc200758cf8118b9f74 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:39:33 +0000 Subject: [PATCH 2/3] Increment Version to 0.4.8a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 11641b1..27584c2 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 4 -VERSION_BUILD = 7 -VERSION_ALPHA = 0 +VERSION_BUILD = 8 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From c96af796c500ca7a8af5f43377c3ea76fcd63572 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:39:57 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c701c..ea81b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,16 @@ # Changelog -## [0.4.7a2](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/tree/0.4.7a2) (2024-11-17) +## [0.4.8a1](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/tree/0.4.8a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/compare/0.4.7a1...0.4.7a2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/compare/V0.4.7...0.4.8a1) **Merged pull requests:** -- fix: skilljson [\#36](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/pull/36) ([JarbasAl](https://github.com/JarbasAl)) +- fix:allow workshop 3.0.0 [\#39](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/pull/39) ([JarbasAl](https://github.com/JarbasAl)) -## [0.4.7a1](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/tree/0.4.7a1) (2024-11-06) +## [V0.4.7](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/tree/V0.4.7) (2024-11-17) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/compare/V0.4.6...0.4.7a1) - -**Implemented enhancements:** - -- track skill loading status [\#33](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/issues/33) - -**Merged pull requests:** - -- fix: typing + wait for skills [\#34](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/pull/34) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.4.6](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/tree/V0.4.6) (2024-11-06) - -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-boot-finished/compare/0.4.6...V0.4.6) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-boot-finished/compare/0.4.7...V0.4.7)