Skip to content

Commit 4f82fa0

Browse files
committed
Prepare v0.30.0 release
1 parent 93a060d commit 4f82fa0

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.30.0] - 2026-03-20
4+
5+
### Added
6+
7+
- Support for declaring interfaces as strings ([#423](https://github.com/torchbox/wagtail-grapple/pull/423)) @Hercilio1
8+
9+
### Removed
10+
11+
- Support for obsolete Wagtail `BASE_URL` setting (replaced by `WAGTAILADMIN_BASE_URL`) ([#422](https://github.com/torchbox/wagtail-grapple/pull/422)) @Hercilio1
12+
313
## [0.29.0] - 2025-07-02
414

515
### Added
@@ -22,7 +32,7 @@
2232
### Added
2333

2434
- Add an `in_menu` filter ([#402](https://github.com/torchbox/wagtail-grapple/pull/402)) @dopry
25-
- Add ability to speficy the search operator ([#406](https://github.com/torchbox/wagtail-grapple/pull/406)) @dopry
35+
- Add ability to specify the search operator ([#406](https://github.com/torchbox/wagtail-grapple/pull/406)) @dopry
2636

2737
### Changed
2838

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

423-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.29.0...HEAD
433+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.30.0...HEAD
434+
[0.30.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.29.0...v0.30.0
424435
[0.29.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.28.0...v0.29.0
425436
[0.28.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.27.0...v0.28.0
426437
[0.27.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.26.0...v0.27.0

grapple/__init__.py

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

0 commit comments

Comments
 (0)