Releases¶
Release cadence¶
Apothem follows semantic versioning (SemVer 2.0). Releases are published to: - PyPI as the canonical Python registry - GitHub Releases with signed tags
Release naming¶
- Git tag: v
(e.g., v0.1.0) - GitHub release title: Apothem v
(e.g., Apothem v0.1.0)
Release notes¶
| Version | Date | Notes |
|---|---|---|
| v0.1.0 | 2026-05-07 | Initial release |
Release engineering¶
See the Release engineering policy for the full versioning, deprecation, breaking-change, and rollback policies.
See the Release cycle runbook for the step-by-step release procedure.