From 1771dd69ec3d10994592bb476a2865ff3e9f299b Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:43:36 +0000 Subject: [PATCH 1/3] fix:allow workshop 3.0.0 (#15) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2b7e3b..9e6a408 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ovos-workshop>=0.0.15,<3.0.0 +ovos-workshop>=0.0.15,<4.0.0 From 53bb22132b758b8a53e5181da389d0a0cade9554 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:43:53 +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 27938cbda97672d43fca75a24b80fe90973ac9ee Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:44:14 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a288e3e..f7c4c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,16 @@ # Changelog -## [0.3.3a1](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/0.3.3a1) (2024-11-04) +## [0.3.4a1](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/0.3.4a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/0.3.3a1...0.3.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/V0.3.3...0.3.4a1) **Merged pull requests:** -- fix: Update requirements.txt [\#14](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/14) ([JarbasAl](https://github.com/JarbasAl)) -- da-dk/translate [\#13](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/13) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- de-de/translate [\#12](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/12) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- accepted addition translation [\#10](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/10) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix:allow workshop 3.0.0 [\#15](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/15) ([JarbasAl](https://github.com/JarbasAl)) -## [0.3.3a1](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/0.3.3a1) (2024-11-02) +## [V0.3.3](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/V0.3.3) (2024-11-04) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/V0.3.2...0.3.3a1) - -**Merged pull requests:** - -- de-de/translate [\#11](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/11) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) - -## [V0.3.2](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/V0.3.2) (2024-10-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/0.3.2...V0.3.2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/0.3.3...V0.3.3)