From 80a9c2b2e7658b4a20c7dc00e22a500912f36cf5 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:35:04 +0100 Subject: [PATCH 1/3] fix:update_mk2_requirements (#42) add hotkeys plugin a led plugin still needs to be created --- requirements/mk2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/mk2.txt b/requirements/mk2.txt index 591fe05..ce55ad9 100644 --- a/requirements/mk2.txt +++ b/requirements/mk2.txt @@ -1 +1,2 @@ -# TODO - led plugin needed \ No newline at end of file +# TODO - led plugin needed +ovos-PHAL-plugin-hotkeys>=0.0.1,<1.0.0 From bab2d1a9c599ddc94430568d111125be992c25a4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 22:35:22 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.1a1 --- ovos_PHAL/version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ovos_PHAL/version.py b/ovos_PHAL/version.py index 45c1596..27c6206 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 = 0 -VERSION_ALPHA = 0 -# END_VERSION_BLOCK +VERSION_BUILD = 1 +VERSION_ALPHA = 1 +# END_VERSION_BLOCK \ No newline at end of file From ccbb961a17d6b492c26fbfd42e269ca032f910c2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 22:35:48 +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 9b59398..4ec6eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.0a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.0a1) (2024-09-11) +## [0.2.1a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.1a1) (2024-09-11) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.1.1...0.2.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.0...0.2.1a1) **Merged pull requests:** -- feat:extras\_requirements [\#40](https://github.com/OpenVoiceOS/ovos-PHAL/pull/40) ([JarbasAl](https://github.com/JarbasAl)) +- fix:update\_mk2\_requirements [\#42](https://github.com/OpenVoiceOS/ovos-PHAL/pull/42) ([JarbasAl](https://github.com/JarbasAl))