From af00204028007b4889f1259e606cedd86f187109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 04:48:25 +0000 Subject: [PATCH 1/3] Merge pull request #15 from TigreGotico/renovate/configure chore: Configure Renovate --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json 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" + ] +} From fb57a5ed6cf1198fae89a1a0d3fda6c4277c382a Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 20 Dec 2025 04:48:35 +0000 Subject: [PATCH 2/3] Increment Version to 0.10.2a1 --- json_database/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 5547b797ad8aed899ef69d31511880e28437ca20 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 20 Dec 2025 04:48:55 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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))