From 1268c7264b01742681401f4cded258276f0bf6d6 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:30:58 +0000 Subject: [PATCH 1/3] fix:remove unused dependency (#53) --- requirements/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index cb4a603..7874aba 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,4 @@ ovos-utils>=0.0.38,<1.0.0 ovos_bus_client>=0.0.8,<1.0.0 -ovos-workshop>=0.0.13,<2.0.0 ovos-config>=0.0.12,<1.0.0 ovos-plugin-manager>=0.0.25,<1.0.0 From e77f4dc9c81b3cce25404e33253f7f3ea24d4057 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:31:11 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.6a1 --- 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 0fde2d2..c3a9ffa 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 = 5 -VERSION_ALPHA = 0 +VERSION_BUILD = 6 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 5dded7d91a52bdc52449e929e5f915a5727c2037 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:31:33 +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 4789363..69c168e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.5a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.5a1) (2024-10-15) +## [0.2.6a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.6a1) (2024-10-31) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.4...0.2.5a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.5...0.2.6a1) **Merged pull requests:** -- fix:update\_requirements [\#50](https://github.com/OpenVoiceOS/ovos-PHAL/pull/50) ([JarbasAl](https://github.com/JarbasAl)) +- fix:remove unused dependency [\#53](https://github.com/OpenVoiceOS/ovos-PHAL/pull/53) ([JarbasAl](https://github.com/JarbasAl))