diff --git a/CHANGELOG.md b/CHANGELOG.md index 73eeef4..1ff6722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-hello-world/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-hello-world/compare/V0.0.3a1...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-hello-world/compare/V0.0.3a2...HEAD) + +**Merged pull requests:** + +- Add missing release\_skillstore.py [\#6](https://github.com/OpenVoiceOS/skill-ovos-hello-world/pull/6) ([NeonDaniel](https://github.com/NeonDaniel)) +- Update build tests to shared workflow and include manifest tests [\#5](https://github.com/OpenVoiceOS/skill-ovos-hello-world/pull/5) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.3a2](https://github.com/OpenVoiceOS/skill-ovos-hello-world/tree/V0.0.3a2) (2023-03-09) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-hello-world/compare/V0.0.3a1...V0.0.3a2) **Merged pull requests:** diff --git a/res/desktop/skill.json b/res/desktop/skill.json index 02c7933..0379f34 100644 --- a/res/desktop/skill.json +++ b/res/desktop/skill.json @@ -2,7 +2,7 @@ "authorname": "OpenVoiceOS", "foldername": "skill-ovos-date-time", "url": "https://github.com/OpenVoiceOS/skill-ovos-date-time", - "branch": "dev", + "branch": "v0.0.3", "license": "apache-2.0", "tags": [ "world-clock", diff --git a/version.py b/version.py index bdac248..23532c1 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 2 +VERSION_ALPHA = 0 # END_VERSION_BLOCK