From 84a50b811f31e69ab8be82dcfc5b53d77bcfc0dd Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:45:18 +0000 Subject: [PATCH 1/3] fix: allow latest bus client version (#55) * fix:workshop2_compat * fix: allow latest bus client version --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 7874aba..7dcfcb3 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.25,<1.0.0 From 47c347470ba1ea25b2afa2067c5790c96b5f5eaa Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 5 Nov 2024 03:45:32 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.7a1 --- ovos_PHAL/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_PHAL/version.py b/ovos_PHAL/version.py index 27d175a..0ad78bd 100644 --- a/ovos_PHAL/version.py +++ b/ovos_PHAL/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 6 -VERSION_ALPHA = 0 +VERSION_BUILD = 7 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From c17d0cd1fec8e6f6ce08eaf75e8b5920f451a347 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 5 Nov 2024 03:45: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 69c168e..a9938d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.6a1) (2024-10-31) +## [0.2.7a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.7a1) (2024-11-05) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.5...0.2.6a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.6...0.2.7a1) **Merged pull requests:** -- fix:remove unused dependency [\#53](https://github.com/OpenVoiceOS/ovos-PHAL/pull/53) ([JarbasAl](https://github.com/JarbasAl)) +- fix: allow latest bus client version [\#55](https://github.com/OpenVoiceOS/ovos-PHAL/pull/55) ([JarbasAl](https://github.com/JarbasAl))