- Support Python 3.13
- Speed up log output
- Better handle errors when tasks fail.
- NEW: Extensive pre-deployment checks for Django projects.
- If using git, warn for un-committed or un-pushed changes.
- If using git, warn if staging or production deployments are not coming from main or release branches.
- If using a venv, run Django's built-in checks.
- If using a venv, check for missing migrations.
- These features can be disabled with the
--skip-predeploy
option.
Note: macOS 12 support has been dropped. This release requires macOS 13 or higher.