M CHANGELOG.md => CHANGELOG.md +14 -0
@@ 6,6 6,19 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [0.1.1] — 2026-05-26
+
+### Added
+- `cacher docker download --pull` — on cache miss, falls back to
+ `docker pull <image:tag>` and seeds the S3 cache. Mirrors the
+ `--url` fallback on file download; collapses the if/else
+ cache-or-pull bash dance in CI manifests to a single command.
+
+### Changed
+- Runtime errors (cache miss, key not found) no longer dump the cobra
+ Usage block; the short error line is enough for scripted callers.
+ Argument-validation errors still show usage.
+
## [0.1.0] — 2026-05-26
First public release. Replaces the `s3_cache_or_curl` /
@@ 56,4 69,5 @@ with a single static Go binary.
must look in the same place.
[Unreleased]: https://git.srht.bigb.es/~bigbes/ci-cacher/log/master
+[0.1.1]: https://git.srht.bigb.es/~bigbes/ci-cacher/refs/v0.1.1
[0.1.0]: https://git.srht.bigb.es/~bigbes/ci-cacher/refs/v0.1.0
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
-0.1.0
+0.1.1