From ee41a6f587c4d455b5b6ab84b9a81e5379b1794a Mon Sep 17 00:00:00 2001 From: lex00 <121451605+lex00@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:03:18 -0600 Subject: [PATCH] docs: cut 0.4.0 changelog (fs / policy / services / tasks) (#10) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a423d..8c1bcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.0] - 2026-07-14 + ### Added - Filesystem API: `PUT/GET/GET/DELETE /v1/sprites/{id}/fs/{write,read,list,delete}`. @@ -137,7 +139,9 @@ real API assigns the id and the caller controls only a comment. - Distroless container image, GoReleaser configuration, mkdocs-material doc site, and CI. -[Unreleased]: https://github.com/intentius/spritzer/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/intentius/spritzer/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/intentius/spritzer/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/intentius/spritzer/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/intentius/spritzer/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/intentius/spritzer/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/intentius/spritzer/releases/tag/v0.1.0