diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec6eb3..15fa913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.1a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.1a1) (2024-09-11) +## [0.2.2a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.2a1) (2024-09-14) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.0...0.2.1a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.1...0.2.2a1) **Merged pull requests:** -- fix:update\_mk2\_requirements [\#42](https://github.com/OpenVoiceOS/ovos-PHAL/pull/42) ([JarbasAl](https://github.com/JarbasAl)) +- fix:versions [\#44](https://github.com/OpenVoiceOS/ovos-PHAL/pull/44) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/ovos_PHAL/version.py b/ovos_PHAL/version.py index a210c75..90b2793 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 = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/requirements/extras.txt b/requirements/extras.txt index c597f36..5e2cb40 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -1,3 +1,3 @@ -ovos-phal-plugin-ipgeo>=0.0.1,<1.0.0 +ovos-phal-plugin-ipgeo>=0.1.0,<1.0.0 ovos-PHAL-plugin-connectivity-events>=0.0.1,<1.0.0 ovos-PHAL-plugin-oauth>=0.0.1,<1.0.0 \ No newline at end of file diff --git a/requirements/linux.txt b/requirements/linux.txt index ee42b8d..6b27873 100644 --- a/requirements/linux.txt +++ b/requirements/linux.txt @@ -1,3 +1,3 @@ ovos-phal-plugin-alsa>=0.0.1,<1.0.0 -ovos-phal-plugin-system>=0.0.1,<1.0.0 +ovos-phal-plugin-system>=0.1.0,<1.0.0 ovos-PHAL-plugin-network-manager>=0.0.1,<2.0.0 \ No newline at end of file diff --git a/requirements/mk2.txt b/requirements/mk2.txt index ce55ad9..1a9e2d5 100644 --- a/requirements/mk2.txt +++ b/requirements/mk2.txt @@ -1,2 +1 @@ -# TODO - led plugin needed -ovos-PHAL-plugin-hotkeys>=0.0.1,<1.0.0 +ovos-PHAL-plugin-hotkeys>=0.0.0,<1.0.0