From 6eea00275bac03d75dfc07f9a244e587ca7b084b Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:43:52 +0000 Subject: [PATCH 1/3] fix: workshop 2.0.0 (#38) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b46a34..166680a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pytz feedparser~=6.0 ovos-bus-client>=0.0.9 ovos-utils>=0.1.0 -ovos-workshop>=0.0.16,<2.0.0 +ovos-workshop>=0.0.16,<3.0.0 From 0340a16a842256db64dcb4369fc5d4378f49f236 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 1 Nov 2024 22:44:05 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.3a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 815acd1..9846811 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_BUILD = 3 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 4810b5fd1338ac1de34133565b0d4a8e495d93f4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 1 Nov 2024 22:44:24 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3993855..460002c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Changelog -## [0.1.2a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.2a1) (2024-10-15) +## [0.1.3a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.3a1) (2024-11-01) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/V0.0.4...0.1.2a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/0.1.2...0.1.3a1) **Merged pull requests:** -- fix:long description [\#36](https://github.com/OpenVoiceOS/ovos-skill-news/pull/36) ([JarbasAl](https://github.com/JarbasAl)) -- fix:update\_requirements [\#35](https://github.com/OpenVoiceOS/ovos-skill-news/pull/35) ([JarbasAl](https://github.com/JarbasAl)) -- Add Catalan translation [\#34](https://github.com/OpenVoiceOS/ovos-skill-news/pull/34) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- Add Catalan translation [\#33](https://github.com/OpenVoiceOS/ovos-skill-news/pull/33) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix: workshop 2.0.0 [\#38](https://github.com/OpenVoiceOS/ovos-skill-news/pull/38) ([JarbasAl](https://github.com/JarbasAl))