From ee86e2c73b38d7f81e59b5eea9fdbc19bb2f001e Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Sun, 18 Sep 2022 16:57:41 +0100 Subject: [PATCH] Bump version to 0.10.0 --- CHANGELOG.md | 14 +++++++++----- setup.py | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7552e99..5fb608a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.10.0] - 2022-09-18 + ### Added - Ability to pass custom options to the EasyMDE editor ([#104](https://github.com/torchbox/wagtail-markdown/pull/104)) Thanks @frcroth @@ -85,8 +87,10 @@ - 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 -[0.5]: https://github.com/torchbox/wagtail-markdown/releases/tag/0.5 +[unreleased]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/torchbox/wagtail-markdown/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/torchbox/wagtail-markdown/compare/0.8.0...v0.9.0 +[0.8.0]: https://github.com/torchbox/wagtail-markdown/compare/0.7.0...0.8.0 +[0.7.0]: https://github.com/torchbox/wagtail-markdown/compare/0.6...0.7.0 +[0.6]: https://github.com/torchbox/wagtail-markdown/compare/0.5...0.6 +[0.5]: https://github.com/torchbox/wagtail-markdown/compare/038a0e5...0.5 diff --git a/setup.py b/setup.py index 54025da..608dea6 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def get_git_revision_hash(): setup( name="wagtail-markdown", - version="0.9.0", + version="0.10.0", description="Markdown support for Wagtail", long_description="Provides Markdown page field and StreamField block for " "Wagtail. More info: {}".format(README),