Skip to content

Commit 438c9de

Browse files
committed
Bump version to 0.24.0
1 parent 49c1716 commit 438c9de

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
4+
## [0.24.0] - 2024-01-05
5+
36
### Changed
47

58
- Renamed `RedirectType` to `RedirectObjectType` ([#380](https://github.com/torchbox/wagtail-grapple/pull/380)) @JakubMastalerz
@@ -366,7 +369,8 @@
366369
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
367370
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
368371

369-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...HEAD
372+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...HEAD
373+
[0.24.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...v0.24.0
370374
[0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0
371375
[0.22.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0
372376
[0.21.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.20.0...v0.21.0

grapple/__init__.py

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

0 commit comments

Comments
 (0)