diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c95d02..1475693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,70 @@ # CHANGELOG +## v0.25.19 (2024-12-06) + +### Bug Fixes + +- **deps**: Update dependency sentry-sdk to v2.19.2 + ([#792](https://github.com/MartinBernstorff/Memium/pull/792), + [`95402e2`](https://github.com/MartinBernstorff/Memium/commit/95402e2590a219fc669aab6b3cc33efe00069f10)) + +This PR contains the following updates: + +| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | + [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) + ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | + `==2.19.1` -> `==2.19.2` | + [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.19.1/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.19.1/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + +--- + +### Release Notes + +
getsentry/sentry-python (sentry-sdk) + +### [`v2.19.2`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2192) + +[Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.19.1...2.19.2) + +##### Various fixes & improvements + +- Deepcopy and ensure get_all function always terminates + ([#​3861](https://redirect.github.com/getsentry/sentry-python/issues/3861)) by + [@​cmanallen](https://redirect.github.com/cmanallen) - Cleanup chalice test environment + ([#​3858](https://redirect.github.com/getsentry/sentry-python/issues/3858)) by + [@​antonpirker](https://redirect.github.com/antonpirker) + +
+ +### 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.18 (2024-12-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6bfd2ad..f8d5bd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.18" +version = "0.25.19" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]