# Changelog ## Release 3.0.0 (2025-12-15) - Drop support for Python 3.7, 3.8, 3.9. - Add explicitly tested support for Python 3.12, 3.13 and 3.14. - Use the standard library `argparse` for boolean options. - Modernise the code and tooling used. ## Release 2.1.0 (2024-04-07) - Use the correct rendering in `check-docs`. ## Release 2.0.0 (2023-09-10) - Stop printing excess information in check-docs. - Do not use `rich` rendering for `str` objects. - Add a `py.typed` file ## Release 1.0.1 (2023-07-30) - Add `readme` to project configuration. - Add Read the Docs configuration. - Setup automated publishing via Trusted Publishers. - Update named project references. ## Release 1.0.0 (2023-07-28) Initial release. - `Diagnostic`, `DiagnosticError`, `DiagnosticWarning` classes. - `diagnostic.check` CLI.