Release Notes: v1.0.0 (from v0.7.0)
- Breaking: Drop Python 3.7 and 3.8; require Python 3.9+.
- Modernized type hints (PEP 585):
list[...],dict[...],type[T]. - Improved validator error message clarity.
- CI/CD: Test on 3.9–3.13; auto-build and publish to PyPI on tags.
Full Changelog: v0.7.0...v1.0.0