From 792a69fd1682b0464b5e93fb88bf63520ada8e87 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:31:04 +0100 Subject: [PATCH 1/3] fix: allow latest ovos workshop version (#142) --- requirements/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 098d2bf..5b171f4 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.0.38,<1.0.0 -ovos-workshop>=0.0.16,<1.0.0 -padacioso~=0.1, >=0.1.1 +ovos-workshop>=0.0.16,<2.0.0 +padacioso>=0.1.1,<1.0.0 dbus-next From f01ae31058bcd4549ff3809f0bd9cb11cb80dd31 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 15:31:21 +0000 Subject: [PATCH 2/3] Increment Version to 1.1.1a1 --- 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 0bcfdb9..aa12d32 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 = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From c3acb09376d711e42f74d2069c029554d6eb3d38 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 15:31:46 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 42 +++++------------------------------------- 1 file changed, 5 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68d761..585b2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,16 @@ # Changelog -## [1.1.0a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.0a1) (2024-09-17) +## [1.1.1a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.1a1) (2024-10-15) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.0.2a1...1.1.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.0...1.1.1a1) **Merged pull requests:** -- feat:ovos.common\_play.search.populate event [\#139](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/139) ([JarbasAl](https://github.com/JarbasAl)) +- fix: allow latest ovos workshop version [\#142](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/142) ([JarbasAl](https://github.com/JarbasAl)) -## [V1.0.2a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.0.2a1) (2024-09-17) +## [V1.1.0](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.0) (2024-09-17) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.0.2a1...V1.0.2a1) - -## [1.0.2a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.0.2a1) (2024-09-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.0.1a1...1.0.2a1) - -**Merged pull requests:** - -- fix:playlist/search results navigation [\#137](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/137) ([JarbasAl](https://github.com/JarbasAl)) - -## [1.0.1a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.0.1a1) (2024-09-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.0.1a1...1.0.1a1) - -## [V1.0.1a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.0.1a1) (2024-09-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.0.0a1...V1.0.1a1) - -**Merged pull requests:** - -- fix:gui search play [\#135](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/135) ([JarbasAl](https://github.com/JarbasAl)) - -## [1.0.0a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.0.0a1) (2024-09-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.0.0a1...1.0.0a1) - -## [V1.0.0a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.0.0a1) (2024-09-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/0.1.2...V1.0.0a1) - -**Breaking changes:** - -- refactor:drop\_audio\_gui\_player [\#132](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/132) ([JarbasAl](https://github.com/JarbasAl)) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.0...V1.1.0)