Skip to content

Commit 746dbc3

Browse files
committed
chore: prepare v2.10.0 release
1 parent 30b6899 commit 746dbc3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
66

77
## [Unreleased]
88

9+
## [2.10.0] - 2026-08-12
10+
911
### Added
1012

1113
- `git gtr new --porcelain` emits stable worktree path, branch, and hook-status records for shell automation and coding agents, with incidental output isolated on stderr.
@@ -262,7 +264,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
262264

263265
- Improved base directory resolution logic to distinguish `.` (repo root), `./path` (repo-internal) from other relative values (sibling directories)
264266

265-
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.8.1...HEAD
267+
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.10.0...HEAD
268+
[2.10.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.9.0...v2.10.0
266269
[2.8.1]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.8.0...v2.8.1
267270
[2.8.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.3...v2.8.0
268271
[2.7.3]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.2...v2.7.3

bin/git-gtr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "${GTR_DEBUG:-}" ]; then
1111
fi
1212

1313
# Version
14-
GTR_VERSION="2.9.0"
14+
GTR_VERSION="2.10.0"
1515

1616
# Find the script directory (resolve symlinks; allow env override)
1717
resolve_script_dir() {

0 commit comments

Comments
 (0)