From 7c3de2ee4f98da98c59979a904c5b776bc77aead Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sun, 2 Jun 2024 03:20:15 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 14 +++++++++++++- ovos_audio/version.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6568a18..7d8bd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a47...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a48...HEAD) + +**Fixed bugs:** + +- fix: allow for Windows paths [\#71](https://github.com/OpenVoiceOS/ovos-audio/pull/71) ([mikejgray](https://github.com/mikejgray)) + +**Closed issues:** + +- Support for Windows [\#70](https://github.com/OpenVoiceOS/ovos-audio/issues/70) + +## [V0.0.2a48](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a48) (2024-05-30) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a47...V0.0.2a48) **Closed issues:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index a3ff84f..6236cda 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 48 +VERSION_ALPHA = 49 # END_VERSION_BLOCK