Skip to content

Commit bf5cd10

Browse files
committed
Bump version to 0.20.0
1 parent 40952f8 commit bf5cd10

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
## Unreleased
22

3+
## [0.20.0] - 2023-07-10
4+
35
### Added
46

57
- `searchScore` field for pages ([#320](https://github.com/torchbox/wagtail-grapple/pull/320)) @dopry
68
- Support for passing callables for resolving `StreamField` block values ([#322](https://github.com/torchbox/wagtail-grapple/pull/322)) @bbliem, @dopry
79
- Support for graphene type arguments, chiefly `description` and `deprecation_reason ([#333](https://github.com/torchbox/wagtail-grapple/pull/333)) @Morsey187, @jams2
10+
- Testing with PostgreSQL ([#301](https://github.com/torchbox/wagtail-grapple/pull/301)) @dopry
811

912
### Changed
1013

@@ -310,7 +313,8 @@
310313
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
311314
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))
312315

313-
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.2...HEAD
316+
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.20.0...HEAD
317+
[0.20.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.2...v0.20.0
314318
[0.19.2]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.1...v0.19.2
315319
[0.19.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.0...v0.19.1
316320
[0.19.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.18.1...v0.19.0

grapple/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)