Skip to content

Commit 4fe2d08

Browse files
committed
Release v2.7.3
1 parent 7903bf4 commit 4fe2d08

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.7.3] - 2026-05-05
10+
11+
### Fixed
12+
13+
- Worktree inventory now uses Git's registered worktree list so nested registered worktrees are listed, resolved, copied, and cleaned correctly without bogus parent-directory entries ([#178](https://github.com/coderabbitai/git-worktree-runner/pull/178)).
14+
915
## [2.7.2] - 2026-04-28
1016

1117
### Fixed
@@ -217,7 +223,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
217223

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

220-
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.2...HEAD
226+
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.3...HEAD
227+
[2.7.3]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.2...v2.7.3
221228
[2.7.2]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.1...v2.7.2
222229
[2.7.1]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.0...v2.7.1
223230
[2.7.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.6.0...v2.7.0

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.7.2"
14+
GTR_VERSION="2.7.3"
1515

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

0 commit comments

Comments
 (0)