From 52fe09d79dc05ade25fda7822fc8e48481db8dcf Mon Sep 17 00:00:00 2001 From: pi Date: Mon, 15 Jun 2026 22:16:52 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v1.1.2=20=E2=80=94=20pi=200.79.3=20?= =?UTF-8?q?=E2=86=92=200.79.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release per AGENTS.md versioning scheme (pi version bump + smaller fixes). Cut Unreleased → v1.1.2 (2026-06-15): pi 0.79.3→0.79.4 (CI-auto-resolved), the mempalace-toolkit SHA-resolution build fix, recreate-sanity-check.sh maintainer tooling, and the AGENTS/README docs. Bumped the README sanity-check version example to 0.79.4. --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79fe44b..18520e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ Pre-v1.0.0 tags followed the pi npm version (`v{pi_version}[letter]`). ## Unreleased +## v1.1.2 — 2026-06-15 + +Patch release: pi `0.79.3` → `0.79.4` (auto-resolved at build), plus the +build-plumbing fix, maintainer tooling, and docs accumulated since v1.1.1. + ### Changed - **`mempalace-toolkit` is now CI-resolved to a commit SHA**, closing a @@ -65,6 +70,11 @@ Pre-v1.0.0 tags followed the pi npm version (`v{pi_version}[letter]`). is still 3.4.0 (== our pin), so the workaround stays. Removal trigger is now a PyPI release > 3.4.0 that actually strips the root-level anyOf. +- Document the post-recreate sanity check: AGENTS.md release-day checklist + (step 3) now runs `scripts/recreate-sanity-check.sh` inside the recreated + container, and README gains a "Post-recreate sanity check" subsection + alongside the build-time smoke-test note. + --- ## v1.1.1 — 2026-06-13 diff --git a/README.md b/README.md index 329f8d1..86270dd 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ persisted volumes survived, and pi runtime wiring is intact: ```bash ./scripts/recreate-sanity-check.sh # auto-detects variant -./scripts/recreate-sanity-check.sh --expected-version 0.79.3 # assert pi version +./scripts/recreate-sanity-check.sh --expected-version 0.79.4 # assert pi version ``` If `cli_utils` is on your PATH, the `pi-devbox-sanity` wrapper runs the same