diff --git a/CHANGELOG.md b/CHANGELOG.md index d29a54594..7b019d65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.46.1] - 2026-03-25 + +### Fixed +- **ci**: prevent windows-portability from blocking pipeline +- **ci**: prevent pipeline race condition on release push +- **gsd**: create empty DB for fresh projects with empty .gsd/ (#2510) +- **remote-questions**: hydrate remote channel tokens from auth.json on startup + +### Changed +- trigger CI to pick up pipeline race condition fix +- trigger pipeline with race condition fix + ## [2.46.0] - 2026-03-25 ### Added @@ -1817,7 +1829,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.46.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.46.1...HEAD +[2.46.1]: https://github.com/gsd-build/gsd-2/compare/v2.46.0...v2.46.1 [2.46.0]: https://github.com/gsd-build/gsd-2/compare/v2.45.0...v2.46.0 [2.45.0]: https://github.com/gsd-build/gsd-2/compare/v2.44.0...v2.45.0 [2.44.0]: https://github.com/gsd-build/gsd-2/compare/v2.43.0...v2.44.0 diff --git a/native/npm/darwin-arm64/package.json b/native/npm/darwin-arm64/package.json index 493055044..824455b28 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.46.0", + "version": "2.46.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 daac4efeb..df6f10245 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.46.0", + "version": "2.46.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 f95020760..bd054df44 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.46.0", + "version": "2.46.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 ebc933a39..fc963657f 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.46.0", + "version": "2.46.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 185ce0b03..42c2a8da0 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.46.0", + "version": "2.46.1", "description": "GSD native engine binary for Windows x64 (MSVC)", "os": [ "win32" diff --git a/package.json b/package.json index c3098878a..6aa0aba46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gsd-pi", - "version": "2.46.0", + "version": "2.46.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 ce9d82f5c..396993052 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.46.0", + "version": "2.46.1", "description": "Coding agent CLI (vendored from pi-mono)", "type": "module", "piConfig": { diff --git a/pkg/package.json b/pkg/package.json index 0621ecf0f..0a2b3fb94 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "@glittercowboy/gsd", - "version": "2.46.0", + "version": "2.46.1", "piConfig": { "name": "gsd", "configDir": ".gsd"