Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 11:58
· 45 commits to main since this release

Added

  • Added python 3.13 and 3.14 support.
  • CLI now supports --format json to emit structured results with per-type counts and totals.
  • CLI gains --quiet / -q to suppress normal output while preserving exit codes and summaries.

Changed

  • Dropped python 3.9 support
  • Project tooling now uses uv for syncing/building and Ruff for linting/formatting (pre-commit and CI).
  • Raised the minimum supported Django version to 4.2 (with targeted upper bounds per Python release).
  • Improved type compatibility checks for typing.Annotated, Optional, and Union, and cache URL converter lookups for faster runs.

Fixed

  • Custom boolean path converters are recognized and validated alongside the built-ins.