diff --git a/CHANGELOG.md b/CHANGELOG.md index ca37a48..09702ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,12 @@ # Changelog -## [0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a2) (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/V0.0.0a3...0.0.1a2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1...0.0.2a1) **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)) 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 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" + ] +}