Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed May 13, 2024
1 parent 4141763 commit 8174730
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-volume/tree/HEAD)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-volume/compare/V0.0.2a7...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-volume/compare/V0.0.2a8...HEAD)

**Fixed bugs:**

- mute should be broken with setting a volume [\#26](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/26)
- "tell me more" should not be handled by this skill [\#23](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/23)
- fix intents [\#31](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/31) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.2a8](https://github.com/OpenVoiceOS/skill-ovos-volume/tree/V0.0.2a8) (2023-12-30)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-volume/compare/V0.0.2a7...V0.0.2a8)

**Merged pull requests:**

Expand Down Expand Up @@ -31,7 +41,6 @@
**Fixed bugs:**

- Dependency on mycroft imports [\#24](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/24)
- "tell me more" should not be handled by this skill [\#23](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/23)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 2
VERSION_ALPHA = 8
VERSION_ALPHA = 9
# END_VERSION_BLOCK

0 comments on commit 8174730

Please sign in to comment.