From adfe4e89286c04810091456aef534cb26ce8d092 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Sun, 2 Aug 2026 15:33:49 +0100 Subject: [PATCH] fix(yield): keep release notes append-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disclosure-Reviewed: reviewed — public-safe only, private facet kept out of this commit --- .../release-notes/2026-08-02-dx-hardening.md | 7 ------- .../distribution/release-notes/2026-08-02-v0-1-23-dx.md | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 labs/22-yield/distribution/release-notes/2026-08-02-v0-1-23-dx.md diff --git a/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md b/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md index 458dfcff..168bfd78 100644 --- a/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md +++ b/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md @@ -12,10 +12,3 @@ relocatable Python workflows, and deterministic fixture effects. - Verify 40 workflow cases and eight runtime checks, including concurrent response admission and recovery. -- Add the public Go `yield.Option` type so external modules can declare closed - `AskUser` choices without importing an internal package. -- Keep Go and Rust runtimes under `.yield/bin`, bind adapters to that path, and - report SDK, runtime, and adapter version mismatches together. -- Preserve a selected Python environment for commands, add deterministic - fixture hooks to new workflows, and make bulk dry-run output describe only - future changes. diff --git a/labs/22-yield/distribution/release-notes/2026-08-02-v0-1-23-dx.md b/labs/22-yield/distribution/release-notes/2026-08-02-v0-1-23-dx.md new file mode 100644 index 00000000..29387686 --- /dev/null +++ b/labs/22-yield/distribution/release-notes/2026-08-02-v0-1-23-dx.md @@ -0,0 +1,9 @@ +# Repository-local runtimes and cleaner installs + +- Add the public Go `yield.Option` type so external modules can declare closed + `AskUser` choices without importing an internal package. +- Keep Go and Rust runtimes under `.yield/bin`, bind adapters to that path, and + report SDK, runtime, and adapter version mismatches together. +- Preserve a selected Python environment for commands, add deterministic + fixture hooks to new workflows, and make bulk dry-run output describe only + future changes.