Skip to content

Commit

Permalink
Update changelog. Bump version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 25, 2024
1 parent 7ff904e commit f436c5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2024-11-25

- Drop support for Python 3.8, Wagtail < 4.2, Django < 4.2
- Add official support for Wagtail 5.2, 6.2, 6.3
- Fixed breaking changes for libgit2 v1.15+

## [0.14.1] - 2024-01-18

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

[unreleased]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.1...HEAD
[0.15.0]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.0...v0.14.1
[0.14]: https://github.com/wagtail/wagtail-localize-git/compare/v0.13.0...v0.14.0
[0.13]: https://github.com/wagtail/wagtail-localize-git/compare/v0.12.0...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_localize_git/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 14, 1)
VERSION = (0, 15, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit f436c5f

Please sign in to comment.