Skip to content

Commit b2c6a5a

Browse files
committed
Bump version to 0.25.1
1 parent 41b4950 commit b2c6a5a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Unreleased
22

3+
## [0.25.1] - 2024-04-21
4+
5+
### Changed
6+
7+
- Remove pre-Wagtail 5.2 conditional code
8+
- Ensure renditions with `preserveSVG` return the original if no valid filters are passed ([#390](https://github.com/torchbox/wagtail-grapple/pull/390))
9+
310
## [0.25.0] - 2024-04-12
411

512
### Changed
@@ -379,7 +386,8 @@
379386
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
380387
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
381388

382-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...HEAD
389+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.1...HEAD
390+
[0.25.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...v0.25.1
383391
[0.25.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...v0.25.0
384392
[0.24.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...v0.24.0
385393
[0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0

grapple/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.25.0"
1+
__version__ = "0.25.1"

0 commit comments

Comments
 (0)