Skip to content

Commit

Permalink
Merge pull request #43 from OpenVoiceOS/release-0.2.1a1
Browse files Browse the repository at this point in the history
Release 0.2.1a1
  • Loading branch information
JarbasAl authored Sep 11, 2024
2 parents 3ccd3e9 + ccbb961 commit 65ca539
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



Expand Down
6 changes: 3 additions & 3 deletions ovos_PHAL/version.py
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion requirements/mk2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# TODO - led plugin needed
# TODO - led plugin needed
ovos-PHAL-plugin-hotkeys>=0.0.1,<1.0.0

0 comments on commit 65ca539

Please sign in to comment.