Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jul 1, 2022
1 parent c1804ea commit 4237fe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unreleased

## Changed
## [0.9.0] - 2022-07-01

### Changed

- `wagtailmarkdown.edit_handlers.MarkdownPanel` is deprecated and will be removed in the next minor version.
Use the Wagtail core `FieldPanel` instead.
- Updated the easymde/codemirror setup logic.

## Removed
### Removed

- Dropped support for Wagtail < 2.15
- Removed long deprecated `wagtailmarkdown.fields.MarkdownBlock` import
Expand Down Expand Up @@ -71,6 +74,7 @@
- Restructure app, refactor code. Add depreciation warnings.


[0.9.0]: https://github.com/torchbox/wagtail-markdown/releases/tag/v0.8.0
[0.8.0]: https://github.com/torchbox/wagtail-markdown/releases/tag/v0.8.0
[0.7.0]: https://github.com/torchbox/wagtail-markdown/releases/tag/0.7.0
[0.6]: https://github.com/torchbox/wagtail-markdown/releases/tag/0.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_git_revision_hash():

setup(
name="wagtail-markdown",
version="0.8.0",
version="0.9.0",
description="Markdown support for Wagtail",
long_description="Provides Markdown page field and streamfield block for "
"Wagtail. More info: {}".format(README),
Expand Down

0 comments on commit 4237fe9

Please sign in to comment.