Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel authored and github-actions[bot] committed Jan 25, 2023
1 parent f4ed23a commit dc36bfd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

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

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-volume/compare/3761aecb82d4de0cb7656a0c959c1ebcd51df724...HEAD)

**Implemented enhancements:**

- german translation review [\#14](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/14) ([emphasize](https://github.com/emphasize))
- integrate with PHAL [\#9](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/9) ([JarbasAl](https://github.com/JarbasAl))

**Fixed bugs:**

- fix imports [\#12](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/12) ([JarbasAl](https://github.com/JarbasAl))
- add gui events for mute unmute and change duplicate method name [\#5](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/5) ([AIIX](https://github.com/AIIX))

**Closed issues:**

- MYCROFT\_LOOSE\_REQUIREMENTS [\#10](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/10)

**Merged pull requests:**

- Add PyPI Automation scripts [\#16](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/16) ([NeonDaniel](https://github.com/NeonDaniel))
- Refactor and some additions [\#15](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/15) ([emphasize](https://github.com/emphasize))
- Feat/automations [\#13](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/13) ([JarbasAl](https://github.com/JarbasAl))
- setup.py template [\#11](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/11) ([JarbasAl](https://github.com/JarbasAl))
- add mute/unmute events [\#8](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/8) ([AIIX](https://github.com/AIIX))
- :tada: - packaging [\#6](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/6) ([JarbasAl](https://github.com/JarbasAl))
- add mute/unmute intents [\#4](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/4) ([ChanceNCounter](https://github.com/ChanceNCounter))
- separate gui set volume method and event [\#3](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/3) ([AIIX](https://github.com/AIIX))
- fix missing import leading to potential NameError [\#2](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/2) ([ChanceNCounter](https://github.com/ChanceNCounter))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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 = 1
VERSION_ALPHA = 0
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit dc36bfd

Please sign in to comment.