From e13c3782dc2fbf60041456d50ee9f2d9bc6e776d Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:54:32 +0100 Subject: [PATCH 1/3] fix:backend_client_version_compat (#232) allow 1.0.0 with removed oauth refresh_endpoint --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 6234db7d..2a94bfba 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ ovos-utils>=0.0.38,<1.0.0 ovos_bus_client>=0.0.8,<1.0.0 ovos-config>=0.0.12,<1.0.0 -ovos-backend-client>=0.1.0,<1.0.0 +ovos-backend-client>=0.1.0,<2.0.0 ovos-lingua-franca>=0.4.6,<1.0.0 rapidfuzz From 4c75b2e6d5cb9d9f635db9f704f13c5b49802e9c Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 17:54:45 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.2a1 --- ovos_workshop/version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ovos_workshop/version.py b/ovos_workshop/version.py index bbc2a727..e60a01d3 100644 --- a/ovos_workshop/version.py +++ b/ovos_workshop/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 -# END_VERSION_BLOCK +VERSION_BUILD = 2 +VERSION_ALPHA = 1 +# END_VERSION_BLOCK \ No newline at end of file From 734fdf3e61d80b4332c3e8875e9b03096349264d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 17:55:11 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccbc972..323394fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [0.1.0a2](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.1.0a2) (2024-09-10) +## [0.1.2a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.1.2a1) (2024-09-11) -[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/0.1.0a1...0.1.0a2) +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/0.1.1...0.1.2a1) **Merged pull requests:** -- chore:semver\_versioning [\#230](https://github.com/OpenVoiceOS/OVOS-workshop/pull/230) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.1.0a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.1.0a1) (2024-09-10) - -[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/0.1.0...0.1.0a1) - -**Merged pull requests:** - -- chore:semver\_automations [\#228](https://github.com/OpenVoiceOS/OVOS-workshop/pull/228) ([JarbasAl](https://github.com/JarbasAl)) +- fix:backend\_client\_version\_compat [\#232](https://github.com/OpenVoiceOS/OVOS-workshop/pull/232) ([JarbasAl](https://github.com/JarbasAl))