Skip to content

Commit 0e40190

Browse files
committed
Bump version to 3.2.0
1 parent 01bac9c commit 0e40190

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
## [Unreleased]
44
### Added
5+
### Changed
6+
### Fixed
7+
### Removed
8+
9+
## [3.2.0] - 2025-08-23
10+
### Added
511
- Add support for Wagtail 7.0 and 7.1 (@marteinn)
612
- Make it possible to exclude pages in trash from sitemap using SkipSitemapIfInTrashMixin (@marteinn)
713
- Exclude TrashCanPage from sitemap (@marteinn)
814
- Add support for Django 5.2 (@marteinn)
915

10-
### Changed
1116
### Fixed
1217
- Bump postgres version to 15 in local dev environment (@marteinn)
1318
- Use python 3.13 when running linting/publish in CI (@marteinn)

wagtail_trash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 1, 0)
1+
version_info = (3, 2, 0)
22
version = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)