Release notes
Release notes are maintained on the main repository as CHANGELOG.md. Every tagged release lists user-facing changes, breaking changes, and security fixes.
Live changelog
Section titled “Live changelog”Read the up-to-date changelog on GitHub:
Why not mirrored here
Section titled “Why not mirrored here”Mirroring the changelog into this site would mean two sources of truth and at least one of them would drift. The repo is canonical; this page is just a pointer.
TODO: if a copy is desired later (search-engine indexing, offline reading), wire up a build-time fetch that pulls
CHANGELOG.mdfrom the lib repo and renders it as static content. Out of scope for the initial setup.
Versioning
Section titled “Versioning”SwiftSonic follows Semantic Versioning. Pre-1.0 (0.x.y):
- A bump in
yis a patch — bug fixes, internal changes, doc updates. - A bump in
xmay include source-breaking changes.
Pin with from: "0.6.1" in SPM and review the changelog before bumping the minor.