From ee9c832e930fb5c426b860863e89c724b6c4cdbe Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Sun, 19 Jul 2026 21:32:51 +0000 Subject: [PATCH] release: 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stamps `## Unreleased` as `## 0.1.1 — 2026-07-19` and re-arms the changelog with a fresh, empty `## Unreleased` above it — both halves in this diff, per CONTRIBUTING's ceremony (#113/#114; heavy-duty/rig#66). Bumps package.json and package-lock.json 0.1.1-dev -> 0.1.1. Patch is correct: the shipped section carries only `### Fixed`. This is the first cast release to go through the merge door. 0.1.0 could not — the interlock refused it (run 29698017907) because cast had said `0.1.0` since its first commit, so there was no `-dev` transition to detect, and it shipped by the manual tag path. main now genuinely reads `0.1.1-dev`, so release.yml's decide step sees bare-and-changed: the ceremony state. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f318102..09de761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ actually cutting it, and this file starts there. ## Unreleased +## 0.1.1 — 2026-07-19 + ### Fixed - **The release ceremony re-arms the changelog, and CI notices when it diff --git a/package-lock.json b/package-lock.json index 655bbb7..e9f35ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cast", - "version": "0.1.1-dev", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cast", - "version": "0.1.1-dev", + "version": "0.1.1", "dependencies": { "yaml": "^2.5.0", "zod": "^3.25.76" diff --git a/package.json b/package.json index a780fa8..7af3845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cast", - "version": "0.1.1-dev", + "version": "0.1.1", "type": "module", "private": true, "engines": { "node": ">=22.12.0" }, -- 2.45.2