From 6f319542990258a9f6323cde3408701ae2430db5 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 21 May 2026 11:55:17 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20v1.43.0.0=20=E2=86=92?= =?UTF-8?q?=20v1.43.2.0=20for=20queue=20collision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI check-version-stale flagged v1.43.0.0 already claimed by PR #1574 (garrytan/colombo-v3). PR #1639 (garrytan/muscat-v3) claims v1.43.1.0. Next available MINOR slot is v1.43.2.0. Bump VERSION + package.json + CHANGELOG entry header. No behavior changes — purely re-versioning to clear the queue collision. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 +- VERSION | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7b889d5..37f310375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.43.0.0] - 2026-05-21 +## [1.43.2.0] - 2026-05-21 ## **Three flagship workflows stop lying to users: /retro detects stale base before fabricating a narrative, /sync-gbrain resumes from gbrain's checkpoint instead of restarting the 35-min import loop, and /review forces every finding to quote the code line that motivates it.** ## **15 community PRs plus the silent-failure trio land in one bundle: 26 bisect commits with regression tests pinning every fix.** diff --git a/VERSION b/VERSION index af55d1e4a..d6b96738e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0.0 +1.43.2.0 diff --git a/package.json b/package.json index acfa7cc12..0b9428b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.43.0.0", + "version": "1.43.2.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",