From 8ca6ddd227f7bccfa83b7f918e334cf6fb8ebaa8 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Sun, 21 Jun 2026 19:46:19 -0700 Subject: [PATCH] release(auto-git): prepare 0.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478428e..b92af6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.1 - 2026-06-21 + +- Add first-class `auto-git yolo` routing for coordinated branch, merge, release, return-to-base, and ledger completion flows. +- Persist sanitized start decision receipts so later helpers can enforce the selected route. +- Enforce finish-time completion gates for coordinated, release, follow-up, and local-review routes. +- Record sanitized thread handoff metadata in the Auto Git ledger. +- Add sanitized routing-audit fixture coverage for previously misrouted workflow classes. + ## 0.3.0 - 2026-06-14 - Move release, preview, snapshot, GitHub Pages, and API surface checks onto the generated `@async/pipeline` workflow. diff --git a/package.json b/package.json index 6fdfbd2..a374804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@async/auto-git", - "version": "0.3.0", + "version": "0.3.1", "description": "Auto Git skill suite for intent-based git commits, release checks, and repository handoffs.", "type": "module", "license": "MIT",