From 5c1c2bf9297b2ea05583a658ac3ee610cc26ee5e Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:46:14 +0000 Subject: [PATCH 1/3] fix: allow latest bus client version (#111) --- requirements/extras.txt | 4 ++-- requirements/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/extras.txt b/requirements/extras.txt index fea0fe4..ca9dabc 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -3,7 +3,7 @@ ovos-tts-plugin-server>=0.0.2, <1.0.0 # Media Playback plugins ovos_audio_plugin_simple>=0.1.0, <1.0.0 -ovos-audio-plugin-mpv>=0.0.1, <1.0.0 +ovos-audio-plugin-mpv>=0.2.0, <1.0.0 ovos-media-plugin-spotify>=0.2.3, <1.0.0 ovos-media-plugin-chromecast>=0.1.0, <1.0.0 -ovos_plugin_common_play[extractors]>=0.0.7, <2.0.0 +ovos_plugin_common_play[extractors]>=1.1.4, <2.0.0 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 6f6daf1..841e8e7 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ ovos-utils>=0.0.38,<1.0.0 -ovos_bus_client>=0.0.8,<1.0.0 +ovos_bus_client>=0.0.8,<2.0.0 ovos-config>=0.0.12,<1.0.0 ovos-plugin-manager>=0.0.26,<1.0.0 \ No newline at end of file From 8a05ebf0076f6c27bf09afbb0e1af51066dff4f4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 5 Nov 2024 03:46:29 +0000 Subject: [PATCH 2/3] Increment Version to 0.3.1a1 --- ovos_audio/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 304eca8..64ff7f1 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From c5b1b89973ef1ccc01fb762eb25897fa06bd420e Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 5 Nov 2024 03:46:58 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 511de52..99f1305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.3.0a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.3.0a1) (2024-10-23) +## [0.3.1a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.3.1a1) (2024-11-05) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.2.5...0.3.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.3.0...0.3.1a1) **Merged pull requests:** -- feat:g2p [\#109](https://github.com/OpenVoiceOS/ovos-audio/pull/109) ([JarbasAl](https://github.com/JarbasAl)) +- fix: allow latest bus client version [\#111](https://github.com/OpenVoiceOS/ovos-audio/pull/111) ([JarbasAl](https://github.com/JarbasAl))