Skip to content

Commit

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

## [Unreleased]

## [0.2.1] - 2022-02-01

## Fixed
- Deprecated settings not handled correctly. Thanks to @Schille for the report.

## [0.2.0] - 2022-01-30

This release adds a number of useful features such as a default client URL placeholder,
Expand All @@ -28,7 +33,7 @@ WAGTAIL_HEADLESS_PREVIEW = {

- Add support for a `{SITE_ROOT_URL}` placeholder in "default" preview client URL ([#20](https://github.com/torchbox/wagtail-headless-preview/pull/20)) - Thanks @jaap3
- Add [pre-commit](https://pre-commit.com/) support ([#21](https://github.com/torchbox/wagtail-headless-preview/pull/21)) - @zerolab
- Add `HeadlessMixin` and `HeadlessServeMixin` ([#22](https://github.com/torchbox/wagtail-headless-preview/pull/22)) - @zerolab
- Add `HeadlessMixin` and `HeadlessServeMixin` ([#22](https://github.com/torchbox/wagtail-headless-preview/pull/22)) - @zerolab based on code from @tbrlpld
- Add setting to redirect to the client preview URL ([#23](https://github.com/torchbox/wagtail-headless-preview/pull/23)) - @zerolab based on real world code from @jaap3

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_headless_preview/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)
__version__ = ".".join(map(str, VERSION))

0 comments on commit ef5aabe

Please sign in to comment.