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.