Changelog¶
The complete, authoritative changelog lives in
CHANGELOG.md
at the repository root. It follows Keep a Changelog
and Semantic Versioning, and it is gated: a released
version must carry a dated heading (scripts/check_changelog_heading.py) and must not
strand entries under [Unreleased] (scripts/check_changelog.py), both enforced in CI.
This page used to duplicate it, and drifted
Until v0.10.4 this page carried a hand-maintained "Quick Version Summary" table that stopped at v0.4.0 "Enterprise" while the project shipped through v0.10.x. A docs-site nav entry pointing at an abandoned-looking summary is worse than one pointing at the real thing, so the summary is gone rather than re-synced — a second hand-maintained copy would only drift again.
Releases¶
- Full changelog — every version, with the reasoning
- GitHub Releases — per-tag notes
- PyPI release history — what is installable
Roadmap¶
What is not done, and why, is tracked in
ROADMAP.md.