Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Oct 20, 2023
1 parent 4bb4dfe commit 2848367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7] - 2023-10-20

### Added

- Make Wagtail 5.1 and 5.2 support official [#50](https://github.com/torchbox/wagtail-headless-preview/pull/50) Thanks @lparsons396, [#51](https://github.com/torchbox/wagtail-headless-preview/pull/51)
Expand Down Expand Up @@ -119,7 +121,8 @@ WAGTAIL_HEADLESS_PREVIEW = {

Initial release

[unreleased]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.4.0...HEAD
[unreleased]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.7.0...HEAD
[0.7]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.8.0...v0.7.0
[0.6]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.5.0...v0.6.0
[0.5]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.4.0...v0.5.0
[0.4]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_headless_preview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 6, 0)
VERSION = (0, 7, 0)
__version__ = ".".join(map(str, VERSION))


Expand Down

0 comments on commit 2848367

Please sign in to comment.