We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bac9c commit 0e40190Copy full SHA for 0e40190
CHANGELOG.md
@@ -2,12 +2,17 @@
2
3
## [Unreleased]
4
### Added
5
+### Changed
6
+### Fixed
7
+### Removed
8
+
9
+## [3.2.0] - 2025-08-23
10
+### Added
11
- Add support for Wagtail 7.0 and 7.1 (@marteinn)
12
- Make it possible to exclude pages in trash from sitemap using SkipSitemapIfInTrashMixin (@marteinn)
13
- Exclude TrashCanPage from sitemap (@marteinn)
14
- Add support for Django 5.2 (@marteinn)
15
-### Changed
16
### Fixed
17
- Bump postgres version to 15 in local dev environment (@marteinn)
18
- Use python 3.13 when running linting/publish in CI (@marteinn)
wagtail_trash/version.py
@@ -1,2 +1,2 @@
1
-version_info = (3, 1, 0)
+version_info = (3, 2, 0)
version = ".".join(map(str, version_info))
0 commit comments