From 519ce411ce7e77bc46ba4eb12c4619c838b3f059 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Tue, 26 May 2026 08:32:22 +0300 Subject: [PATCH] Bump VERSION to 0.1.1 for tag --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d453b551cf87f25f0e177d74c6c3c5f864716a2..ff57d407da7b22f274abb5e18ef0487109c2c816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ` 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 diff --git a/VERSION b/VERSION index 6e8bf73aa550d4c57f6f35830f1bcdc7a4a62f38..17e51c385ea382d4f2ef124b7032c1604845622d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1