Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 5, 2024
1 parent bc3cf85 commit 8afa9d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.15.0] - 2024-02-5

### Added

- Means to override the edit form action ([#229](https://github.com/torchbox/wagtailmedia/pull/229)) @davidwtbuxton
- Official compatibility with Wagtail 6

### Changed

- Switched to Ruff for everything
- Tidied up configuration

## [0.14.5] - 2023-11-01

### Added
Expand Down Expand Up @@ -284,6 +296,7 @@ Initial release
---

[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.5...HEAD
[0.15.0]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.15.0
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.4...v0.14.5
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.3...v0.14.4
[0.14.3]: https://github.com/torchbox/wagtailmedia/compare/v0.14.2...v0.14.3
Expand Down
2 changes: 1 addition & 1 deletion src/wagtailmedia/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.5"
__version__ = "0.15.0"

0 comments on commit 8afa9d9

Please sign in to comment.