From b2c6a5a586304e026c7c01327be54e6608f90cdb Mon Sep 17 00:00:00 2001 From: zerolab Date: Sun, 21 Apr 2024 18:33:04 +0100 Subject: [PATCH] Bump version to 0.25.1 --- CHANGELOG.md | 10 +++++++++- grapple/__init__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43280b23..de6d5f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Unreleased +## [0.25.1] - 2024-04-21 + +### Changed + +- Remove pre-Wagtail 5.2 conditional code +- Ensure renditions with `preserveSVG` return the original if no valid filters are passed ([#390](https://github.com/torchbox/wagtail-grapple/pull/390)) + ## [0.25.0] - 2024-04-12 ### Changed @@ -379,7 +386,8 @@ - Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28)) - Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29)) -[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...HEAD +[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.1...HEAD +[0.25.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...v0.25.1 [0.25.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...v0.24.0 [0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0 diff --git a/grapple/__init__.py b/grapple/__init__.py index 6fea77c0..71290cd5 100644 --- a/grapple/__init__.py +++ b/grapple/__init__.py @@ -1 +1 @@ -__version__ = "0.25.0" +__version__ = "0.25.1"