diff --git a/CHANGELOG.md b/CHANGELOG.md index f83e86a..d0596a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [0.0.4a1](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/tree/0.0.4a1) (2025-11-04) +## [0.1.1a1](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/tree/0.1.1a1) (2025-12-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/compare/V0.0.3...0.0.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/compare/V0.1.0...0.1.1a1) **Merged pull requests:** -- Update ovos-plugin-manager version range [\#4](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/pull/4) ([JarbasAl](https://github.com/JarbasAl)) +- chore: Configure Renovate [\#6](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/pull/6) ([renovate[bot]](https://github.com/apps/renovate)) -## [V0.0.3](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/tree/V0.0.3) (2025-10-31) +## [V0.1.0](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/tree/V0.1.0) (2025-11-04) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/compare/0.0.3...V0.0.3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-ww-plugin-precise-onnx/compare/0.1.0...V0.1.0) diff --git a/ovos_ww_plugin_precise_onnx/version.py b/ovos_ww_plugin_precise_onnx/version.py index cbb1e3f..8a891f2 100644 --- a/ovos_ww_plugin_precise_onnx/version.py +++ b/ovos_ww_plugin_precise_onnx/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +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" + ] +}