From c6939f55cffea34ef88f75bd8d46daf67b066780 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sat, 16 May 2026 16:18:05 +0000 Subject: [PATCH] chore: mark IMPLEMENTATION_PLAN phase 18 complete The 0.1.5-beta tag was cut and promoted to stable 0.1.5 after Netclaw validated the newline-as-statement-separator behavior change. --- IMPLEMENTATION_PLAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPLEMENTATION_PLAN.md b/IMPLEMENTATION_PLAN.md index 93a5212..0653053 100644 --- a/IMPLEMENTATION_PLAN.md +++ b/IMPLEMENTATION_PLAN.md @@ -265,7 +265,7 @@ bulldoze priorities. - [x] `Directory.Build.props` `VersionPrefix` 0.1.4 → 0.1.5, `VersionSuffix` → `beta` - [x] `RELEASE_NOTES.md` 0.1.5-beta section -- [ ] Cut 0.1.5-beta tag once branch is merged; promote to stable +- [x] Cut 0.1.5-beta tag once branch is merged; promote to stable 0.1.5 after Netclaw validates the behavior change ---