Skip to content

Commit

Permalink
Update changelog and bump version to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Feb 18, 2025
1 parent 992230e commit 861be66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Unreleased

## [0.28.0] - 2025-02-18

### Added

- Support for Wagtail 6.3 and 6.4 and Python 3.13 ([#416](https://github.com/torchbox/wagtail-grapple/pull/416)) @mgax
- Support for `ImageBlock` ([#419](https://github.com/torchbox/wagtail-grapple/pull/419)) @mgax
- Support for [`ImageBlock`](https://docs.wagtail.org/en/stable/releases/6.3.html#imageblock-with-alt-text-support) ([#419](https://github.com/torchbox/wagtail-grapple/pull/419)) @mgax

### Removed

Expand Down Expand Up @@ -412,7 +414,8 @@
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))

[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.27.0...HEAD
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.1...v0.26.0
[0.25.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...v0.25.1
Expand Down
2 changes: 1 addition & 1 deletion grapple/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.27.0"
__version__ = "0.28.0"

0 comments on commit 861be66

Please sign in to comment.