Skip to content
Compare
Choose a tag to compare
@vsalvino vsalvino released this 04 Feb 22:15
· 1 commit to main since this release
  • 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.