From 9c2e6a46476df50176a6077507815dc55f344de4 Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Wed, 29 Apr 2026 14:45:35 -0300 Subject: [PATCH] CHANGELOG: v0.1.3 verification release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code changes. Cuts a fresh release purely so a host on v0.1.2 can run `banger update` and confirm v0.1.2's install.toml-refresh fix actually works when v0.1.2 is the code driving the update — during the v0.1.1→v0.1.2 update the buggy v0.1.1 code was still in the driver seat, so live verification of the fix needs one more cycle. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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