From 330c8b025930373b91682636c34cef23baed87f2 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:43:13 +0000 Subject: [PATCH 1/3] fix:allow workshop 3.0.0 (#33) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd86542..a644e43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ json_database>=0.5 combo_lock>=0.2 ovos-utils>=0.0.32 ovos-bus-client>=0.0.3,<2.0.0 -ovos-workshop>=2.2.0,<3.0.0 +ovos-workshop>=2.2.0,<4.0.0 caldav~=1.2 icalendar~=5.0 ovos-utterance-normalizer>=0.0.1,<1.0.0 From d047401f250e17294619637fcd6dca169e5ee3d4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:43:26 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.10a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index d32448d..46d79e6 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 9 -VERSION_ALPHA = 0 +VERSION_BUILD = 10 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From f2134787525d2c44e7b6494cfbf062d0f23da01d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:43:45 +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 5afe45c..61fdec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.1.9a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.9a1) (2024-11-17) +## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.10a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.8...0.1.9a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.9...0.1.10a1) **Merged pull requests:** -- added italian [\#30](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/30) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix:allow workshop 3.0.0 [\#33](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/33) ([JarbasAl](https://github.com/JarbasAl))