Skip to content

Commit 2c028e8

Browse files
committed
Update CHANGELOG and bump version to 0.16.0
1 parent a10e6a4 commit 2c028e8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [0.16.0] - 2025-05-06
6+
7+
### Added
8+
9+
- Support for Wagtail 7.0 (and 6.3, 6.4) ([#250](https://github.com/torchbox/wagtailmedia/pull/250), [#251](https://github.com/torchbox/wagtailmedia/pull/251), [#255](https://github.com/torchbox/wagtailmedia/pull/255), [#257](https://github.com/torchbox/wagtailmedia/pull/257) @gasman, @JakubMastalerz and @zerolab
10+
- SPDX license expressions ([#257](https://github.com/torchbox/wagtailmedia/pull/257))
11+
More info at https://peps.python.org/pep-0639/, https://hugovk.dev/blog/2025/improving-licence-metadata/
12+
513
## [0.15.2] - 2024-06-12
614

715
### Added
@@ -316,8 +324,9 @@ Initial release
316324

317325
---
318326

319-
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.15.2...HEAD
320-
[0.15.1]: https://github.com/torchbox/wagtailmedia/compare/v0.15.1...v0.15.2
327+
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.16.0...HEAD
328+
[0.16.0]: https://github.com/torchbox/wagtailmedia/compare/v0.15.2...v0.16.0
329+
[0.15.2]: https://github.com/torchbox/wagtailmedia/compare/v0.15.1...v0.15.2
321330
[0.15.1]: https://github.com/torchbox/wagtailmedia/compare/v0.15.0...v0.15.1
322331
[0.15.0]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.15.0
323332
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.4...v0.14.5

src/wagtailmedia/__init__.py

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

0 commit comments

Comments
 (0)