From 10d5abb46fc07d5840f4244beceb845ba793e3b7 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 28 May 2026 18:20:21 -0700 Subject: [PATCH] chore: bump version to 1.51.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit main advanced to 1.51.0.0 while this branch was in development. Bump to 1.51.1.0 (PATCH above main) so the branch lands cleanly above the current main version per the monotonic-ordered-release invariant. Renames the branch-internal [1.50.0.0] CHANGELOG entry to [1.51.1.0] — 1.50.0.0 never landed on main (main skipped to 1.51.0.0), so this consolidates the branch's brain-aware planning + save-results work under a single shipping version with no orphaned entry. 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 b84b18ec2..3c90adae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.50.0.0] - 2026-05-27 +## [1.51.1.0] - 2026-05-27 ## **Brain-aware planning lands. Five planning skills read structured context from any personal gbrain before asking — same questions, smarter answers, no token tax.** diff --git a/VERSION b/VERSION index d6c236f53..64d004aff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.50.0.0 +1.51.1.0 diff --git a/package.json b/package.json index 4c2d960d9..92750b849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.50.0.0", + "version": "1.51.1.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",