From d25c174f8b5afc9cabaf8eb47fd4c03399b77e10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Mar 2026 04:02:21 +0000 Subject: [PATCH] release: v2.33.1 --- CHANGELOG.md | 12 +++++++++++- native/npm/darwin-arm64/package.json | 2 +- native/npm/darwin-x64/package.json | 2 +- native/npm/linux-arm64-gnu/package.json | 2 +- native/npm/linux-x64-gnu/package.json | 2 +- native/npm/win32-x64-msvc/package.json | 2 +- package.json | 2 +- packages/pi-coding-agent/package.json | 2 +- pkg/package.json | 2 +- 9 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0e23d8a..a3ae0ecfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.33.1] - 2026-03-19 + +### Fixed +- clean up stale numbered lock files and harden signal/exit handling (#1315) (#1323) +- worktree sync and home-directory safety check (#1311, #1317) (#1322) + +### Changed +- remove orphaned mcporter extension manifest (#1318) + ## [2.33.0] - 2026-03-19 ### Added @@ -1309,7 +1318,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Changed - License updated to MIT -[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.33.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.33.1...HEAD +[2.33.1]: https://github.com/gsd-build/gsd-2/compare/v2.33.0...v2.33.1 [2.33.0]: https://github.com/gsd-build/gsd-2/compare/v2.32.0...v2.33.0 [2.32.0]: https://github.com/gsd-build/gsd-2/compare/v2.31.2...v2.32.0 [2.31.2]: https://github.com/gsd-build/gsd-2/compare/v2.31.1...v2.31.2 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index 29287cd12..82c5daaa9 100644 --- a/native/npm/darwin-arm64/package.json +++ b/native/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-darwin-arm64", - "version": "2.33.0", + "version": "2.33.1", "description": "GSD native engine binary for macOS ARM64", "os": [ "darwin" diff --git a/native/npm/darwin-x64/package.json b/native/npm/darwin-x64/package.json index 6626895c1..af9b19e29 100644 --- a/native/npm/darwin-x64/package.json +++ b/native/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-darwin-x64", - "version": "2.33.0", + "version": "2.33.1", "description": "GSD native engine binary for macOS Intel", "os": [ "darwin" diff --git a/native/npm/linux-arm64-gnu/package.json b/native/npm/linux-arm64-gnu/package.json index 9959c85d4..d843e718f 100644 --- a/native/npm/linux-arm64-gnu/package.json +++ b/native/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-linux-arm64-gnu", - "version": "2.33.0", + "version": "2.33.1", "description": "GSD native engine binary for Linux ARM64 (glibc)", "os": [ "linux" diff --git a/native/npm/linux-x64-gnu/package.json b/native/npm/linux-x64-gnu/package.json index 39e27e1f8..17f1f5b2d 100644 --- a/native/npm/linux-x64-gnu/package.json +++ b/native/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-linux-x64-gnu", - "version": "2.33.0", + "version": "2.33.1", "description": "GSD native engine binary for Linux x64 (glibc)", "os": [ "linux" diff --git a/native/npm/win32-x64-msvc/package.json b/native/npm/win32-x64-msvc/package.json index 57028566c..aa04e7c1e 100644 --- a/native/npm/win32-x64-msvc/package.json +++ b/native/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@gsd-build/engine-win32-x64-msvc", - "version": "2.33.0", + "version": "2.33.1", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index 151211bea..e17b1b56f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.33.0", + "version": "2.33.1", "description": "GSD — Get Shit Done coding agent", "license": "MIT", "repository": { diff --git a/packages/pi-coding-agent/package.json b/packages/pi-coding-agent/package.json index 2e6af2ade..ca7188161 100644 --- a/packages/pi-coding-agent/package.json +++ b/packages/pi-coding-agent/package.json @@ -1,6 +1,6 @@ { "name": "@gsd/pi-coding-agent", - "version": "2.33.0", + "version": "2.33.1", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index fcba0b7cb..4d3af7f38 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.33.0", + "version": "2.33.1", "piConfig": { "name": "gsd", "configDir": ".gsd"