From 76ca2bac63590cefee6ff7ff440d4d3d6157d8a5 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 26 Apr 2024 00:38:49 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 14 +++++++++++++- ovos_tts_plugin_mimic/version.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdb4fe..14b6d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/V0.2.9a1...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/V0.2.9a2...HEAD) + +**Implemented enhancements:** + +- Create phonetic\_spellings.txt [\#12](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/pull/12) ([JarbasAl](https://github.com/JarbasAl)) + +**Closed issues:** + +- g2p plugin not working [\#10](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/issues/10) + +## [V0.2.9a2](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/tree/V0.2.9a2) (2024-01-06) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/V0.2.9a1...V0.2.9a2) **Fixed bugs:** diff --git a/ovos_tts_plugin_mimic/version.py b/ovos_tts_plugin_mimic/version.py index 36136de..a35cf56 100644 --- a/ovos_tts_plugin_mimic/version.py +++ b/ovos_tts_plugin_mimic/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 9 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK