From 31395ed277ad562d3c7ae9545a02d507ffdcf4fa Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:27:48 +0000 Subject: [PATCH 1/3] fix: allow latest bus client version (#150) --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 5962340..4e015a0 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ ovos-plugin-manager>=0.0.26,<1.0.0 -ovos_bus_client>=0.0.7,<1.0.0 +ovos_bus_client>=0.0.7,<2.0.0 ovos-utils>=0.1.0,<1.0.0 ovos-workshop>=0.0.16,<3.0.0 padacioso>=0.1.1,<2.0.0 From 6e655c327230e28ab04339f4adf6cabbe8cee7ea Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 6 Nov 2024 02:28:04 +0000 Subject: [PATCH 2/3] Increment Version to 1.1.5a1 --- 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 b1f4f06..f1a688b 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 = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From bdaf6a5efd53699de0aed332eb62b56325bcdb5c Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 6 Nov 2024 02:28:29 +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 7ae0670..de5cce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [1.1.4a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.4a1) (2024-10-31) +## [1.1.5a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.5a1) (2024-11-06) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.3...1.1.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.4...1.1.5a1) **Merged pull requests:** -- fix:workshop2\_compat [\#148](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/148) ([JarbasAl](https://github.com/JarbasAl)) +- fix: allow latest bus client version [\#150](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/150) ([JarbasAl](https://github.com/JarbasAl)) -## [V1.1.3](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.3) (2024-10-16) +## [V1.1.4](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.4) (2024-10-31) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.3...V1.1.3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.4...V1.1.4)