Skip to content

Commit 460060e

Browse files
committed
Bump version to v0.25
1 parent 8c529ab commit 460060e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [0.25.0] - 2024-04-12
4+
5+
### Changed
6+
7+
- Add support for Wagtail 6, Django 5 ([#387](https://github.com/torchbox/wagtail-grapple/pull/387)) @Morsey187
8+
9+
### Removed
10+
11+
- Support for Django < 4.2, Wagtail < 5.2
12+
313

414
## [0.24.0] - 2024-01-05
515

@@ -369,7 +379,8 @@
369379
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
370380
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
371381

372-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...HEAD
382+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...HEAD
383+
[0.25.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...v0.25.0
373384
[0.24.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...v0.24.0
374385
[0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0
375386
[0.22.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0

grapple/__init__.py

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

0 commit comments

Comments
 (0)