From 329d9cf7142840b6ce87dd4f67d35c92e3a86f6b Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:31:21 +0000 Subject: [PATCH 1/3] fix:workshop2_compat (#148) --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 374bee6..5962340 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ ovos-plugin-manager>=0.0.26,<1.0.0 ovos_bus_client>=0.0.7,<1.0.0 ovos-utils>=0.1.0,<1.0.0 -ovos-workshop>=0.0.16,<2.0.0 +ovos-workshop>=0.0.16,<3.0.0 padacioso>=0.1.1,<2.0.0 dbus-next From 6025912d3170a3fe2c97d80882ac3fa641091ded Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:31:35 +0000 Subject: [PATCH 2/3] Increment Version to 1.1.4a1 --- ovos_plugin_common_play/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_plugin_common_play/version.py b/ovos_plugin_common_play/version.py index 2c6d07f..f904103 100644 --- a/ovos_plugin_common_play/version.py +++ b/ovos_plugin_common_play/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From de3fafa94d6487938cfea5a23d631a0ed17ff964 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:31:59 +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 ad06c6d..7ae0670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [1.1.3a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.3a1) (2024-10-16) +## [1.1.4a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.4a1) (2024-10-31) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.2...1.1.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.3...1.1.4a1) **Merged pull requests:** -- fix:Allow latest padacioso [\#146](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/146) ([JarbasAl](https://github.com/JarbasAl)) +- fix:workshop2\_compat [\#148](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/148) ([JarbasAl](https://github.com/JarbasAl)) -## [V1.1.2](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.2) (2024-10-15) +## [V1.1.3](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.3) (2024-10-16) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.2...V1.1.2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.3...V1.1.3)