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 Sep 27, 2023
1 parent 954a0ac commit 5b31c24
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@

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

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

**Implemented enhancements:**

- modernize skill class [\#27](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/27) ([emphasize](https://github.com/emphasize))

**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:**

- Unable to load the skill when using ovos-workshop launcher [\#22](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/22)
- ovos\_workshop.skills.base:\_startup:262 - ERROR - Skill initialization failed [\#21](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/21)
- Should not we archive the old volume skill? [\#20](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/20)

## [V0.0.2a3](https://github.com/OpenVoiceOS/skill-ovos-volume/tree/V0.0.2a3) (2023-02-14)

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

**Fixed bugs:**

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 = 3
VERSION_ALPHA = 4
# END_VERSION_BLOCK

0 comments on commit 5b31c24

Please sign in to comment.