diff --git a/CHANGELOG.md b/CHANGELOG.md index 391c5d9..0b3ad2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,24 @@ # Changelog -## [0.0.1a1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/0.0.1a1) (2025-06-08) +## [0.0.2a2](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/0.0.2a2) (2025-12-18) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/0.0.0...0.0.1a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/0.0.2a1...0.0.2a2) **Merged pull requests:** -- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/pull/1) ([JarbasAl](https://github.com/JarbasAl)) +- chore: Configure Renovate [\#5](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/pull/5) ([renovate[bot]](https://github.com/apps/renovate)) + +## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/0.0.2a1) (2025-11-22) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/V0.0.1...0.0.2a1) + +**Merged pull requests:** + +- Update requirements.txt [\#3](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/pull/3) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.1](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/tree/V0.0.1) (2025-06-08) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-solver-plugin-aiml/compare/0.0.1...V0.0.1) diff --git a/ovos_solver_aiml_plugin/version.py b/ovos_solver_aiml_plugin/version.py index 76c4342..6e7e2ae 100644 --- a/ovos_solver_aiml_plugin/version.py +++ b/ovos_solver_aiml_plugin/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 = 2 # 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" + ] +} diff --git a/requirements.txt b/requirements.txt index 106021b..958e4f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiml -ovos-plugin-manager>=0.0.26,<2.0.0 \ No newline at end of file +ovos-plugin-manager>=0.0.26,<3.0.0