From 6c202be67ab978a2661c5cde50dfa9aa161c5f9e Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:39:46 +0000 Subject: [PATCH 1/3] fix:allow workshop 3.0.0 (#24) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 886ac8c..dcb1c30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests skyfield ovos-date-parser>=0.0.3,<1.0.0 -ovos-workshop>=0.0.12,<3.0.0 +ovos-workshop>=0.0.12,<4.0.0 ovos-bus-client>=1.0.1 \ No newline at end of file From 75328746ab6d1214e443286d4ffb0f0ebe0823c0 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:40:47 +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 b0431d366ee128e163f9dfcc52395c971821cbdb Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:41:06 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffae35..c13e1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.4a1) (2024-11-16) +## [0.2.5a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.5a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.3...0.2.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.4...0.2.5a1) **Merged pull requests:** -- fix: gui images [\#22](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/22) ([JarbasAl](https://github.com/JarbasAl)) +- fix:allow workshop 3.0.0 [\#24](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/24) ([JarbasAl](https://github.com/JarbasAl)) -## [V0.2.3](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.3) (2024-11-16) +## [V0.2.4](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.4) (2024-11-16) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.3...V0.2.3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.4...V0.2.4)