Changelog¶
The full release history (with commit-level details) lives on GitHub Releases:
Each release page lists the highlights, breaking changes, and a diff link to the previous tag. Subscribe via GitHub's "Watch → Releases only" to be notified of new versions.
How releases work¶
- We follow Semantic Versioning:
MAJOR.MINOR.PATCH. 0.xreleases may include breaking changes in minor versions while the API stabilizes.- Each release is published to PyPI and tagged in git.
Next steps¶
- Read the Contributing guide for how to propose changes.
- Browse the Style guide before submitting documentation patches.