From d2153c2e091db10ed4aef694b74bd920657ec0d2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 17 Dec 2025 01:40:57 +0000 Subject: [PATCH 1/4] Update Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca37a48..864b1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.1a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a3) (2025-12-17) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1a2...0.0.1a3) + +**Merged pull requests:** + +- Update ovos-plugin-manager requirement from \<2.0.0,\>=0.0.23 to \>=0.0.23,\<3.0.0 in /requirements [\#4](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a2) (2025-12-17) [Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a3...0.0.1a2) From 6740f0fa940c71d2dc06c5f95d87c2de6e73f02f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:32:52 +0000 Subject: [PATCH 2/4] Add renovate.json (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From b6759fac62c1204c05b7e94b83196d025714289d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 18 Dec 2025 03:33:34 +0000 Subject: [PATCH 3/4] Increment Version to 0.0.2a1 --- ovos_microphone_plugin_files/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_microphone_plugin_files/version.py b/ovos_microphone_plugin_files/version.py index 76c4342..3d283ec 100644 --- a/ovos_microphone_plugin_files/version.py +++ b/ovos_microphone_plugin_files/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 81635c80bcffe77eb204c3367a581bcd5686d195 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 18 Dec 2025 03:35:00 +0000 Subject: [PATCH 4/4] Update Changelog --- CHANGELOG.md | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864b1ed..09702ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,12 @@ # Changelog -## [0.0.1a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a3) (2025-12-17) +## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a1) (2025-12-18) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1a2...0.0.1a3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1...0.0.2a1) **Merged pull requests:** -- Update ovos-plugin-manager requirement from \<2.0.0,\>=0.0.23 to \>=0.0.23,\<3.0.0 in /requirements [\#4](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot)) - -## [0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a2) (2025-12-17) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a3...0.0.1a2) - -**Merged pull requests:** - -- fix: automations [\#3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/3) ([JarbasAl](https://github.com/JarbasAl)) -- The Filewatcher expect a list of str [\#2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/2) ([devbar](https://github.com/devbar)) -- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/1) ([JarbasAl](https://github.com/JarbasAl)) - -## [V0.0.0a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a3) (2024-07-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a2...V0.0.0a3) - -## [V0.0.0a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a2) (2023-06-09) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a1...V0.0.0a2) - -## [V0.0.0a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a1) (2023-06-09) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/8bb274a87a2eae66d39943309c35e6a5b9496295...V0.0.0a1) +- chore: Configure Renovate [\#6](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/6) ([renovate[bot]](https://github.com/apps/renovate))