Skip to content

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.

Read the up-to-date changelog on GitHub:

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.md from the lib repo and renders it as static content. Out of scope for the initial setup.

SwiftSonic follows Semantic Versioning. Pre-1.0 (0.x.y):

  • A bump in y is a patch — bug fixes, internal changes, doc updates.
  • A bump in x may include source-breaking changes.

Pin with from: "0.6.1" in SPM and review the changelog before bumping the minor.