From e517d4b098d44911b6ac3fd3a26fcc7065dc0040 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 24 Nov 2024 01:59:36 +0000 Subject: [PATCH] 0.25.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 84 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0773f..8168b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,89 @@ # CHANGELOG +## v0.25.10 (2024-11-24) + +### Bug Fixes + +- **deps**: Update dependency syrupy to v4.8.0 + ([#779](https://github.com/MartinBernstorff/Memium/pull/779), + [`a3ac024`](https://github.com/MartinBernstorff/Memium/commit/a3ac024185d291614b360df4ebb963dd31b52b45)) + +This PR contains the following updates: + +| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | + [syrupy](https://redirect.github.com/syrupy-project/syrupy) | `==4.7.2` -> `==4.8.0` | + [![age](https://developer.mend.io/api/mc/badges/age/pypi/syrupy/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/syrupy/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/syrupy/4.7.2/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/syrupy/4.7.2/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + +--- + +### Release Notes + +
syrupy-project/syrupy (syrupy) + +### + [`v4.8.0`](https://redirect.github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#480-2024-11-23) + +[Compare Source](https://redirect.github.com/syrupy-project/syrupy/compare/v4.7.2...v4.8.0) + +##### Features + +- add option to disable diffing + ([#​924](https://redirect.github.com/syrupy-project/syrupy/issues/924)) + ([d283e87](https://redirect.github.com/syrupy-project/syrupy/commit/d283e87c2b8d1d5623ea3258653d579757bfa78c)) + +#### [4.7.2](https://redirect.github.com/syrupy-project/syrupy/compare/v4.7.1...v4.7.2) (2024-10-06) + +##### Bug Fixes + +- allow snapshot dir to be different + ([#​892](https://redirect.github.com/syrupy-project/syrupy/issues/892)) + ([548ec06](https://redirect.github.com/syrupy-project/syrupy/commit/548ec0660c2f8f3c80f2b7f0188e8bb2b0c81fc8)) + +#### [4.7.1](https://redirect.github.com/syrupy-project/syrupy/compare/v4.7.0...v4.7.1) (2024-08-23) + +##### Bug Fixes + +- pytest-rerunfailures compatibility + ([#​881](https://redirect.github.com/syrupy-project/syrupy/issues/881)) + ([16911ad](https://redirect.github.com/syrupy-project/syrupy/commit/16911ad0541c642118f3f1ac2d1347362d80c854)) + +
+ +--- + +### 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.9 (2024-11-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 83de79c..1a6a190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.9" +version = "0.25.10" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]