From 3fbb598fca4257990618f0db7d5f90a1252447a2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 22 Jun 2024 00:03:44 +0000 Subject: [PATCH] Prepare alpha version package --- CHANGELOG.md | 18 ++++++++++++++++-- version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5324db01..70f5ae44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,30 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a8...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a9...HEAD) **Implemented enhancements:** -- refactor/session\_aware [\#38](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/38) ([JarbasAl](https://github.com/JarbasAl)) +- Update Query.voc [\#45](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/45) ([JarbasAl](https://github.com/JarbasAl)) **Fixed bugs:** - `AttributeError: 'EnclosureAPI' object has no attribute 'display_manager'` [\#34](https://github.com/OpenVoiceOS/skill-ovos-date-time/issues/34) +**Merged pull requests:** + +- corrected a mistake [\#44](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/44) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fixed some error [\#43](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/43) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- translated an insane number of en-us ways of asking the time [\#42](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/42) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) + +## [V0.2.3a9](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/V0.2.3a9) (2024-04-22) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a8...V0.2.3a9) + +**Implemented enhancements:** + +- refactor/session\_aware [\#38](https://github.com/OpenVoiceOS/skill-ovos-date-time/pull/38) ([JarbasAl](https://github.com/JarbasAl)) + ## [V0.2.3a8](https://github.com/OpenVoiceOS/skill-ovos-date-time/tree/V0.2.3a8) (2024-04-14) [Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-date-time/compare/V0.2.3a7...V0.2.3a8) diff --git a/version.py b/version.py index 40ffc126..0316f04c 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 3 -VERSION_ALPHA = 9 +VERSION_ALPHA = 10 # END_VERSION_BLOCK