From dc36bfd2e31ece65aee90773e5d82e3ce194b399 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 25 Jan 2023 21:53:48 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ version.py | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a204eb5 --- /dev/null +++ b/CHANGELOG.md @@ -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)* diff --git a/version.py b/version.py index 76c4342..3b6b9b5 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK