From bfeccea723db540ac93dae70b3c9ba107f116a21 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Sep 2024 18:17:49 +0000 Subject: [PATCH] Declare alpha stable --- CHANGELOG.md | 13 +++++++++++++ version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..798ab6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-spelling/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spelling/compare/V0.0.0a2...HEAD) + +**Merged pull requests:** + +- pt-pt/translate [\#3](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/3) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- pt-pt/translate [\#2](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/2) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) + +## [V0.0.0a2](https://github.com/OpenVoiceOS/skill-ovos-spelling/tree/V0.0.0a2) (2023-12-30) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spelling/compare/76d1ad8c84e821d0fad64e6dd5595b209f423251...V0.0.0a2) + \* *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 1edcc8f..2416e7d 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 0 -VERSION_ALPHA = 2 +VERSION_ALPHA = 0 # END_VERSION_BLOCK