diff --git a/CHANGELOG.md b/CHANGELOG.md index a834d2c..9f3d06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,50 @@ # CHANGELOG +## v0.25.26 (2024-12-25) + +### Bug Fixes + +- **deps**: Update dependency cruft to v2.16.0 + ([#800](https://github.com/MartinBernstorff/Memium/pull/800), + [`4c83d17`](https://github.com/MartinBernstorff/Memium/commit/4c83d172bb4f6d57c61f5906859b94a4592d0f5a)) + +This PR contains the following updates: + +| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | cruft | + `==2.15.0` -> `==2.16.0` | + [![age](https://developer.mend.io/api/mc/badges/age/pypi/cruft/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/cruft/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/cruft/2.15.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cruft/2.15.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + +--- + +### Configuration + +📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no + schedule defined). + +🚦 **Automerge**: Enabled. + +♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. + +🔕 **Ignore**: Close this PR and you won't be reminded about this update again. + +- [ ] If you want to rebase/retry this PR, check this box + +This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job + log](https://developer.mend.io/github/MartinBernstorff/Memium). + + + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> + + ## v0.25.25 (2024-12-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 9797ecc..8605cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.25" +version = "0.25.26" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]