diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ada785..e706114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ changed between versions. ## [Unreleased] +## [v0.1.10] - 2026-05-03 + +### Added + +- README now includes an animated demo GIF showing the typical + sandbox lifecycle (`vm run`, host-side `ssh demo.vm`, stop/start + with file persistence, `vm exec`, `curl http://demo.vm`). The + recording script lives at `assets/demo.tape` and is rendered with + [VHS](https://github.com/charmbracelet/vhs). + ## [v0.1.9] - 2026-05-01 ### Fixed @@ -302,7 +312,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.9...HEAD +[Unreleased]: https://git.thaloco.com/thaloco/banger/compare/v0.1.10...HEAD +[v0.1.10]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.10 [v0.1.9]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.9 [v0.1.8]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.8 [v0.1.7]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.7