Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 9, 2024
1 parent c5d1a43 commit e3e1d28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [0.12.1] - 2024-03-09

### Fixed

- A double `MarkdownBlock` editor initialisation issue in Wagtail 6

### Changed

- The telepath adapter code is not longer used in Wagtail 6+

## [0.12.0] - 2024-02-29

### Added
Expand Down Expand Up @@ -118,8 +128,9 @@
- Restructure app, refactor code. Add depreciation warnings.


[unreleased]: https://github.com/torchbox/wagtail-markdown/compare/v0.12.0...HEAD
[0.11.0]: https://github.com/torchbox/wagtail-markdown/compare/v0.11.0...v0.12.0
[unreleased]: https://github.com/torchbox/wagtail-markdown/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/torchbox/wagtail-markdown/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/torchbox/wagtail-markdown/compare/v0.11.0...v0.12.0
[0.11.1]: https://github.com/torchbox/wagtail-markdown/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/torchbox/wagtail-markdown/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/torchbox/wagtail-markdown/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion src/wagtailmarkdown/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 12, 0)
VERSION = (0, 12, 1)
__version__ = ".".join(map(str, VERSION))

0 comments on commit e3e1d28

Please sign in to comment.