Skip to content

Commit

Permalink
Merge pull request #43 from OpenVoiceOS/release-0.1.2a1
Browse files Browse the repository at this point in the history
Release 0.1.2a1
  • Loading branch information
JarbasAl authored Nov 1, 2024
2 parents 7ebbfbc + 81ae7e4 commit f2e3347
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.1.1a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.1a1) (2024-10-15)
## [0.1.2a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.2a1) (2024-11-01)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.0...0.1.1a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.1...0.1.2a1)

**Merged pull requests:**

- fix:compat with latest workshop [\#40](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/40) ([JarbasAl](https://github.com/JarbasAl))
- fix:allow workshop 2.0.0 [\#42](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/42) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ovos-utils>=0.0.38,<1.0.0
ovos_workshop>=0.0.15,<2.0.0
ovos_workshop>=0.0.15,<3.0.0
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit f2e3347

Please sign in to comment.