Skip to content

Commit

Permalink
Merge tag 'v9.1.0' into develop
Browse files Browse the repository at this point in the history
Changes:
- Changed: Upgrade Wagtail to 6.1.2
- Changed: Upgrade Next.js to 14.2.3
- Changed: Use pascal case file name when generating file in new_page command
- Changed: Drop possible Page suffix from name argument in new_page
- Changed: Clarify db collation on provisioning (@DBonbon)
- Fixed: Fix issue with canonical link not properly exposed with fallback (@marteinn)
- Fixed: Default port to 443 to avoid broken site resolve from API (@rinti)
- Fixed: Ignore venv dirs named .venv
- Fixed: Make utils.env look for envfiles in ./src folder (@mikaelengstrom)
- Fixed: Upgrade django to 5.0.6
- Fixed: Upgrade pytest to 8.2.0
- Fixed: Upgrade wagtail-meta-preview to 4.1.0
- Fixed: Upgrade psycopg to 3.1.18
- Fixed: Upgrade gunicorn to 22.0.0
- Fixed: Upgrade mypy to 1.10.0
- Fixed: Upgrade gevent to 24.2.1
- Fixed: Upgrade sentry_sdk to 2.3.1
- Fixed: Upgrade husky to 9.0.11
- Fixed: Upgrade prettier to 3.3.0
- Fixed: Upgrade @swc/jes to 0.2.36
- Fixed: Upgrade react to 18.3.1
- Fixed: Upgrade i18next to 23.11.5
- Fixed: Upgrade sentry for js to 8.7.0
- Fixed: Upgrade wagtail_headless_preview to 0.8.0
- Removed: Drop deprecated version key from docker-compose
  • Loading branch information
marteinn committed Jun 2, 2024
2 parents 169be0b + ab970b6 commit 5d9b499
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
### Fixed
### Removed

## [9.1.0] - 2024-06-02
### Changed
- Upgrade Wagtail to 6.1.2
- Upgrade Next.js to 14.2.3
- Use pascal case file name when generating file in new_page command
Expand Down

0 comments on commit 5d9b499

Please sign in to comment.