diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d01b9..a834d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,50 @@ # CHANGELOG +## v0.25.25 (2024-12-22) + +### Bug Fixes + +- **deps**: Update dependency pytest-testmon to v2.1.3 + ([#799](https://github.com/MartinBernstorff/Memium/pull/799), + [`34b6e28`](https://github.com/MartinBernstorff/Memium/commit/34b6e28b20fe775f8793feb114bccb02a2f7d47e)) + +This PR contains the following updates: + +| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | + pytest-testmon | `==2.1.1` -> `==2.1.3` | + [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-testmon/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-testmon/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-testmon/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-testmon/2.1.1/2.1.3?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.24 (2024-12-18) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 13ac875..ad2d08b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.24" +version = "0.25.25" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]