From ee110524af9c3baffca8781f21ce87980663beb7 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:35:17 +0000 Subject: [PATCH 1/3] fix: workshop 2.0.0 (#39) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b1aff79..9455aa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ovos-translate-server-plugin ovos-config>=0.0.12 ovos-utils>=0.0.38 -ovos_workshop>=0.0.16,<2.0.0 -ovos-plugin-manager>=0.0.26,<1.0.0 \ No newline at end of file +ovos_workshop>=0.0.16,<3.0.0 +ovos-plugin-manager>=0.0.26,<1.0.0 From 7cf82232cdcf04608242c33344394f234c9fb467 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 1 Nov 2024 22:35:33 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.5a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index dd17284..31884c6 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From f55cd6cff3dca70cc38f292125c154f1807e7e2a Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 1 Nov 2024 22:35:53 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8cca3b..34754c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.4a1) (2024-10-15) +## [0.2.5a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.5a1) (2024-11-01) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.3...0.2.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.4...0.2.5a1) **Merged pull requests:** -- Add Catalan translation [\#34](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/34) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix: workshop 2.0.0 [\#39](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/39) ([JarbasAl](https://github.com/JarbasAl))