Skip to content

Commit bafef3a

Browse files
committed
Bump version to 0.29
1 parent a946a1b commit bafef3a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

3-
## Added
3+
## [0.29.0] - 2025-07-02
4+
5+
### Added
46

57
- Support for Wagtail 7+ ([#425](https://github.com/torchbox/wagtail-grapple/pull/425)) @rachelhsmith
68

@@ -418,7 +420,8 @@
418420
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
419421
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
420422

421-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.28.0...HEAD
423+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.29.0...HEAD
424+
[0.29.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.28.0...v0.29.0
422425
[0.28.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.27.0...v0.28.0
423426
[0.27.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.26.0...v0.27.0
424427
[0.26.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.1...v0.26.0

grapple/__init__.py

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

0 commit comments

Comments
 (0)