From eef3ee4a5f8ac779c934479ba0e1a6fbe5d40767 Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Sun, 15 Mar 2026 09:30:52 -0600 Subject: [PATCH] docs: update changelog for v2.13.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd77449d2..c8a465f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [2.13.1] - 2026-03-15 + +### Fixed +- Windows: multi-line commit messages in `mergeSliceToMilestone` broke shell parsing — switched to `execFileSync` with argument arrays +- Windows: single-quoted git arguments and bash-only redirects in test files +- Windows: worktree path normalization for `shouldUseWorktreeIsolation` and stale branch detection + ## [2.13.0] - 2026-03-15 ### Added @@ -600,7 +607,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.13.0...HEAD +[Unreleased]: https://github.com/gsd-build/gsd-2/compare/v2.13.1...HEAD +[2.13.1]: https://github.com/gsd-build/gsd-2/compare/v2.13.0...v2.13.1 [2.13.0]: https://github.com/gsd-build/gsd-2/compare/v2.12.0...v2.13.0 [2.12.0]: https://github.com/gsd-build/gsd-2/compare/v2.11.1...v2.12.0 [2.11.1]: https://github.com/gsd-build/gsd-2/compare/v2.11.0...v2.11.1