From 8e1b9cf33066bf11d6fabadd050e5cdb98bb50f3 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 26 Jan 2023 23:18:55 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ version.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb73cc7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-news/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/V0.2...HEAD) + +**Implemented enhancements:** + +- move to the new news extractor OCP plugin [\#5](https://github.com/OpenVoiceOS/skill-ovos-news/pull/5) ([JarbasAl](https://github.com/JarbasAl)) + +**Merged pull requests:** + +- Add PyPI Automation [\#6](https://github.com/OpenVoiceOS/skill-ovos-news/pull/6) ([NeonDaniel](https://github.com/NeonDaniel)) +- workflows [\#4](https://github.com/OpenVoiceOS/skill-ovos-news/pull/4) ([JarbasAl](https://github.com/JarbasAl)) +- fix setup [\#3](https://github.com/OpenVoiceOS/skill-ovos-news/pull/3) ([JarbasAl](https://github.com/JarbasAl)) +- setup.py template [\#2](https://github.com/OpenVoiceOS/skill-ovos-news/pull/2) ([JarbasAl](https://github.com/JarbasAl)) +- Update requirements handling in setup.py [\#1](https://github.com/OpenVoiceOS/skill-ovos-news/pull/1) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.2](https://github.com/OpenVoiceOS/skill-ovos-news/tree/V0.2) (2021-03-15) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/v0.1...V0.2) + +## [v0.1](https://github.com/OpenVoiceOS/skill-ovos-news/tree/v0.1) (2021-03-14) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/0fcd9eb6b5293efe39d31210908722c0a12b42c8...v0.1) + + + +\* *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 03ebedf..3d283ec 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK