From 616565c3423b6f6c99f836a71d8df37e91e62955 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:48:55 +0000 Subject: [PATCH 1/3] fix:allow workshop 3.0.0 (#21) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f9115b..582fe18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ovos-utils >= 0.1.0 ovos-bus-client>=0.0.9 -ovos-workshop>=0.0.16,<2.0.0 +ovos-workshop>=0.0.16,<3.0.0 tutubo>=2.0.2 From 42c91e0b606016af623f6088d68145ef8d45a1c0 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:49:10 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.5a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 7b0dd49..0cf0272 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 41b4f1e50b984ec3f4389a5b9772a4dd5db7487b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:49:33 +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 4cfe0f6..5a7ffcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.1.4a1](https://github.com/OpenVoiceOS/skill-ovos-youtube-music/tree/0.1.4a1) (2024-10-16) +## [0.1.5a1](https://github.com/OpenVoiceOS/skill-ovos-youtube-music/tree/0.1.5a1) (2024-10-31) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-youtube-music/compare/0.1.3...0.1.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-youtube-music/compare/0.1.4...0.1.5a1) **Merged pull requests:** -- fix:update\_requirements [\#19](https://github.com/OpenVoiceOS/skill-ovos-youtube-music/pull/19) ([JarbasAl](https://github.com/JarbasAl)) +- fix:allow workshop 3.0.0 [\#21](https://github.com/OpenVoiceOS/skill-ovos-youtube-music/pull/21) ([JarbasAl](https://github.com/JarbasAl))