diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bb49b..1d96b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [0.1.3a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.3a1) (2025-11-04) +## [0.1.4a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/0.1.4a1) (2025-12-18) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.1.2...0.1.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/V0.1.3...0.1.4a1) **Merged pull requests:** -- Update ovos-plugin-manager version constraint [\#15](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/15) ([JarbasAl](https://github.com/JarbasAl)) +- chore: Configure Renovate [\#17](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/pull/17) ([renovate[bot]](https://github.com/apps/renovate)) -## [V0.1.2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.1.2) (2025-06-08) +## [V0.1.3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/tree/V0.1.3) (2025-11-04) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/0.1.2...V0.1.2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa/compare/0.1.3...V0.1.3) diff --git a/ovos_microphone_plugin_alsa/version.py b/ovos_microphone_plugin_alsa/version.py index 35edff0..fdf3d6f 100644 --- a/ovos_microphone_plugin_alsa/version.py +++ b/ovos_microphone_plugin_alsa/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +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" + ] +}