From 9b447a315ccb4f88008ed82fefe398bae3a91b77 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:49:23 +0000 Subject: [PATCH 1/3] fix:allow workshop 3.0.0 (#9) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9bf670..005bc33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ wallpaper_finder>=0.1.1 ovos-utils>=0.0.38,<1.0.0 -ovos-workshop>=0.0.15,<2.0.0 \ No newline at end of file +ovos-workshop>=0.0.15,<3.0.0 \ No newline at end of file From 23eed1ddf45e93b2e203f3a39e9c5f510582a982 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:49:38 +0000 Subject: [PATCH 2/3] Increment Version to 0.3.4a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 2dde615..ba7433a 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 794b116de3836906aee81d8d1c9130797f4c8993 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:49:54 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2c1b5..0da6891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [0.3.3a1](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/tree/0.3.3a1) (2024-10-15) +## [0.3.4a1](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/tree/0.3.4a1) (2024-10-31) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/compare/0.3.2a1...0.3.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/compare/0.3.3...0.3.4a1) **Merged pull requests:** -- fix:update\_requirements [\#7](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/pull/7) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.3.2a1](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/tree/0.3.2a1) (2024-10-07) - -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/compare/0.3.1...0.3.2a1) - -**Merged pull requests:** - -- Add Catalan translation [\#5](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/pull/5) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix:allow workshop 3.0.0 [\#9](https://github.com/OpenVoiceOS/skill-ovos-wallpapers/pull/9) ([JarbasAl](https://github.com/JarbasAl))