Releases¶
Each release page lists the feature-change notes that landed between two
consecutive v* tags. The pages are generated by
scripts/dev/bump-version.sh
at bump time and mirrored to the GitHub
Releases page by
.github/workflows/release.yml when the matching vA.B.0 tag is pushed.
For the day-by-day archive of all change notes (not grouped by version), see the Change Log and use site search.
In progress¶
- Unreleased — feature-change notes added since the last
vA.B.0tag. Auto-regenerated on every push tomainby.github/workflows/docs.yml, and refreshed locally byscripts/dev/bump-version.sh. May be empty if nothing new has landed.
Versions¶
- v0.2.0 — see release page for the feature-change notes shipped in this version.
- v0.1.0 — Initial baseline — every change note that landed before per-release notes existed.
Newer releases are appended here automatically by the bump script (
scripts/dev/bump-version.sh).