Skip to content

Commit 86f0357

Browse files
committed
Update changelog and bump version to 0.27
1 parent 82717eb commit 86f0357

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.27.0] - 2024-09-24
4+
5+
### Added
6+
7+
- Add an `in_menu` filter ([#402](https://github.com/torchbox/wagtail-grapple/pull/402)) @dopry
8+
- Add ability to speficy the search operator ([#406](https://github.com/torchbox/wagtail-grapple/pull/406)) @dopry
9+
310
### Changed
411

5-
- `SnippetObjectType` is replaced with `SnippetInterface` ([405](https://github.com/torchbox/wagtail-grapple/pull/405)) @mgax
12+
- `SnippetObjectType` is replaced with `SnippetInterface` ([#405](https://github.com/torchbox/wagtail-grapple/pull/405)) @mgax
613

714
### Fixed
815

@@ -396,7 +403,8 @@
396403
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
397404
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
398405

399-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.26.0...HEAD
406+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.27.0...HEAD
407+
[0.27.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.26.0...v0.27.0
400408
[0.26.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.1...v0.26.0
401409
[0.25.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...v0.25.1
402410
[0.25.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...v0.25.0

grapple/__init__.py

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

0 commit comments

Comments
 (0)