Skip to content

Commit 8afa9d9

Browse files
committed
Bump version to 0.15.0
1 parent bc3cf85 commit 8afa9d9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## [0.15.0] - 2024-02-5
6+
7+
### Added
8+
9+
- Means to override the edit form action ([#229](https://github.com/torchbox/wagtailmedia/pull/229)) @davidwtbuxton
10+
- Official compatibility with Wagtail 6
11+
12+
### Changed
13+
14+
- Switched to Ruff for everything
15+
- Tidied up configuration
16+
517
## [0.14.5] - 2023-11-01
618

719
### Added
@@ -284,6 +296,7 @@ Initial release
284296
---
285297

286298
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.5...HEAD
299+
[0.15.0]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.15.0
287300
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.4...v0.14.5
288301
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.3...v0.14.4
289302
[0.14.3]: https://github.com/torchbox/wagtailmedia/compare/v0.14.2...v0.14.3

src/wagtailmedia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.5"
1+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)