From 51ae43d4f6762caaeb06e2925f4b89647fbc9eac Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:31:49 +0000 Subject: [PATCH 1/3] fix:workshop2_compat (#22) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1cde00f..5a54b96 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fann2>=1.0.7, < 1.1.0 xxhash ovos-plugin-manager>=0.5.0,<1.0.0 -ovos-workshop>=0.1.7,<2.0.0 +ovos-workshop>=0.1.7,<3.0.0 ovos-utils>=0.3.4,<1.0.0 langcodes \ No newline at end of file From bfc4e786c56e2175a589808645505e9c13a9e34d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:32:10 +0000 Subject: [PATCH 2/3] Increment Version to 1.0.3a1 --- ovos_padatious/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_padatious/version.py b/ovos_padatious/version.py index fd1e64f..cf2e7fd 100644 --- a/ovos_padatious/version.py +++ b/ovos_padatious/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_BUILD = 3 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 9810cc98ba626f69540128fffb8a01dca36fe0c0 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:32:31 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11fee32..8d4d807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ # Changelog -## [1.0.2a1](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/tree/1.0.2a1) (2024-10-16) +## [1.0.3a1](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/tree/1.0.3a1) (2024-10-31) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/compare/1.0.1...1.0.2a1) - -**Fixed bugs:** - -- random training failure [\#12](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/issues/12) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/compare/1.0.2...1.0.3a1) **Merged pull requests:** -- drop threading [\#19](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/pull/19) ([JarbasAl](https://github.com/JarbasAl)) +- fix:workshop2\_compat [\#22](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/pull/22) ([JarbasAl](https://github.com/JarbasAl))