Skip to content

Commit

Permalink
Merge pull request #58 from OpenVoiceOS/release-0.2.8a1
Browse files Browse the repository at this point in the history
Release 0.2.8a1
  • Loading branch information
JarbasAl authored Dec 26, 2024
2 parents 8ea768f + 076a557 commit f3527c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.7a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.7a1) (2024-11-05)
## [0.2.8a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.8a1) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.6...0.2.7a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.7...0.2.8a1)

**Merged pull requests:**

- fix: allow latest bus client version [\#55](https://github.com/OpenVoiceOS/ovos-PHAL/pull/55) ([JarbasAl](https://github.com/JarbasAl))
- Update ovos-config requirement from \<1.0.0,\>=0.0.12 to \>=0.0.12,\<2.0.0 in /requirements [\#57](https://github.com/OpenVoiceOS/ovos-PHAL/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot))



Expand Down
4 changes: 2 additions & 2 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 = 7
VERSION_ALPHA = 0
VERSION_BUILD = 8
VERSION_ALPHA = 1
# END_VERSION_BLOCK
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-utils>=0.0.38,<1.0.0
ovos_bus_client>=0.0.8,<2.0.0
ovos-config>=0.0.12,<1.0.0
ovos-config>=0.0.12,<2.0.0
ovos-plugin-manager>=0.0.25,<1.0.0

0 comments on commit f3527c1

Please sign in to comment.