From 9db9ddc6ddbd97d9c3175146036d0c2c618e8c4b Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:04:46 +0000 Subject: [PATCH 1/3] fix:allow_workshop_300 (#32) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5165bf9..d656040 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ovos-workshop>=0.1.7,<3.0.0 +ovos-workshop>=0.1.7,<4.0.0 ovos-classifiers ovos-utils>=0.3.5,<1.0.0 ovos-plugin-manager>=0.5.0,<1.0.0 From 401faf178154391462b3be06294cc519813a46da Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:05:03 +0000 Subject: [PATCH 2/3] Increment Version to 1.0.7a1 --- ocp_pipeline/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocp_pipeline/version.py b/ocp_pipeline/version.py index 45016ef..7a980aa 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 6 -VERSION_ALPHA = 0 +VERSION_BUILD = 7 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 753883c6807820501ab80e98e038c55273254989 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:05:28 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b906d..c8343ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,12 @@ # Changelog -## [1.0.6a2](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.6a2) (2024-11-17) +## [1.0.7a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.7a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.6a1...1.0.6a2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.6...1.0.7a1) **Merged pull requests:** -- fix/search\_from\_GUI [\#30](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/30) ([JarbasAl](https://github.com/JarbasAl)) -- nl-nl/translate [\#29](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/29) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) - -## [1.0.6a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.6a1) (2024-11-02) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.5...1.0.6a1) - -**Merged pull requests:** - -- da-dk/translate [\#28](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/28) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix:allow\_workshop\_300 [\#32](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/32) ([JarbasAl](https://github.com/JarbasAl))