diff --git a/CHANGELOG.md b/CHANGELOG.md index a468be8..933b3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.10.1a1](https://github.com/TigreGotico/json_database/tree/0.10.1a1) (2024-12-29) +## [0.10.2a1](https://github.com/TigreGotico/json_database/tree/0.10.2a1) (2025-12-20) -[Full Changelog](https://github.com/TigreGotico/json_database/compare/0.10.0...0.10.1a1) +[Full Changelog](https://github.com/TigreGotico/json_database/compare/0.10.1...0.10.2a1) **Merged pull requests:** -- fix:typo in hpm import [\#13](https://github.com/TigreGotico/json_database/pull/13) ([JarbasAl](https://github.com/JarbasAl)) +- chore: Configure Renovate [\#15](https://github.com/TigreGotico/json_database/pull/15) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/json_database/version.py b/json_database/version.py index feb0034..7db7148 100644 --- a/json_database/version.py +++ b/json_database/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 10 -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" + ] +}