Skip to content

Commit

Permalink
Prepare v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 31, 2022
1 parent 86cd6d5 commit 46f96c8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
38 changes: 24 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## [0.14.1] - 2022-03-31

### Changed

- StreamField block values are passed to callables ([#222](https://github.com/GrappleGQL/wagtail-grapple/pull/222)). Thanks @kbayliss
- README and linting tidy up. Thanks @kbayliss

## [0.14.0] - 2022-03-25

### Added
Expand Down Expand Up @@ -175,18 +182,21 @@
- Improve field definition and under-the-hood implementation ([#28](https://github.com/GrappleGQL/wagtail-grapple/pull/28))
- Add conditional checks when resolving streamfield type ([#29](https://github.com/GrappleGQL/wagtail-grapple/pull/29))

[0.13.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.13.0
[0.12.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.12.0
[0.11.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.11.0
[0.10.2]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.10.2
[0.10.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.10.0
[0.9.3]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.9.3
[0.9.2]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.9.2
[0.9.1]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.9.1
[0.9.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.9.0
[0.8.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.8.0
[0.7.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.7.0
[0.6.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.6.0
[0.4.8]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.4.8
[0.4.7]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.4.7
[unreleased]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.14.1...HEAD
[0.14.1]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.14.0...v0.14.1
[0.14.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.13.0...v0.14.0
[0.13.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.12.0...v0.13.0
[0.12.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.11.0...v0.12.0
[0.11.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.10.2...v0.11.0
[0.10.2]: https://github.com/GrappleGQL/wagtail-grapple/compare/v1.10.0...v0.10.2
[0.10.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.9.3...v0.10.0
[0.9.3]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.4.8...v0.6.0
[0.4.8]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.4.7...v0.4.8
[0.4.7]: https://github.com/GrappleGQL/wagtail-grapple/compare/v0.4.0...v0.4.7
[0.4.0]: https://github.com/GrappleGQL/wagtail-grapple/releases/tag/v0.4.0
2 changes: 1 addition & 1 deletion grapple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_app_config = "grapple.apps.Grapple"

__version__ = "0.14.0"
__version__ = "0.14.1"
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ universal = 1
[metadata]
name = wagtail-grapple
author = Nathan Horrigan
author_email = [email protected]
author_email = [email protected]
maintainer = Dan Braghis
maintainer_email = [email protected]
description = A Django app that speeds up and simplifies implementing a GraphQL endpoint!
version = attr: grapple.__version__
url = https://github.com/GrappleGQL/wagtail-grapple
Expand Down

0 comments on commit 46f96c8

Please sign in to comment.