Changelog & releases
Asobi releases continuously - every change that lands on main is tagged and published, so the version number moves often and each release is small and reversible.
Where to read it
The canonical, always-current changelog is the GitHub releases page - each entry has its notes and the exact diff:
- github.com/widgrensit/asobi/releases
- SDKs and tools tag their own releases in their respective repos under github.com/widgrensit.
Versioning
Asobi follows semantic versioning while pre-1.0: minor bumps can carry breaking changes, which are called out in the release notes. Pin a tag in your rebar.config (or your SDK's lockfile) and upgrade deliberately. See No lock-in for how upgrades and downgrades stay in your control.