release: v2.33.1
This commit is contained in:
parent
15a8807eb3
commit
d25c174f8b
9 changed files with 19 additions and 9 deletions
12
CHANGELOG.md
12
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@glittercowboy/gsd",
|
||||
"version": "2.33.0",
|
||||
"version": "2.33.1",
|
||||
"piConfig": {
|
||||
"name": "gsd",
|
||||
"configDir": ".gsd"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue