Skip to content

Commit f436c5f

Browse files
committed
Update changelog. Bump version to 0.15
1 parent 7ff904e commit f436c5f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.15.0] - 2024-11-25
11+
12+
- Drop support for Python 3.8, Wagtail < 4.2, Django < 4.2
13+
- Add official support for Wagtail 5.2, 6.2, 6.3
14+
- Fixed breaking changes for libgit2 v1.15+
15+
1016
## [0.14.1] - 2024-01-18
1117

1218
### Changed
@@ -63,6 +69,7 @@ This release will use `main` as the default branch. To change it anything else,
6369
- [Support for Wagtail 2.14](https://github.com/wagtail/wagtail-localize-git/pull/15)
6470

6571
[unreleased]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.1...HEAD
72+
[0.15.0]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.1...v0.15.0
6673
[0.14.1]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.0...v0.14.1
6774
[0.14]: https://github.com/wagtail/wagtail-localize-git/compare/v0.13.0...v0.14.0
6875
[0.13]: https://github.com/wagtail/wagtail-localize-git/compare/v0.12.0...v0.13.0

src/wagtail_localize_git/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 14, 1)
1+
VERSION = (0, 15, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)