diff --git a/CHANGELOG.md b/CHANGELOG.md index 07aba77..1d7793c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ changed between versions. ## [Unreleased] +## [v0.1.3] - 2026-04-29 + +No functional changes. Verification release: v0.1.2 fixed +`banger update`'s install.toml handling, but the fix only takes +effect when v0.1.2 (or later) is the driver of an update. v0.1.3 +exists so a host running v0.1.2 can update to it and confirm the +fix works end-to-end with the new code in the driver seat. + ## [v0.1.2] - 2026-04-29 ### Fixed @@ -137,7 +145,8 @@ root filesystem and network, and exits on demand. the swap rather than starting up against an incompatible store. - Linux only. amd64 only. KVM required. -[Unreleased]: https://git.thaloco.com/thaloco/banger/compare/v0.1.2...HEAD +[Unreleased]: https://git.thaloco.com/thaloco/banger/compare/v0.1.3...HEAD +[v0.1.3]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.3 [v0.1.2]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.2 [v0.1.1]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.1 [v0.1.0]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.0