Skip to content

Commit 32dc340

Browse files
committed
Release v2.7.2
1 parent d14582f commit 32dc340

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.7.2] - 2026-04-28
10+
911
### Fixed
1012

11-
- Directory copying now skips excluded child subtrees during copy instead of cloning them and deleting them afterward.
13+
- Directory copying now skips excluded child subtrees during copy instead of cloning them and deleting them afterward ([#176](https://github.com/coderabbitai/git-worktree-runner/pull/176)).
1214

1315
## [2.7.1] - 2026-04-28
1416

@@ -215,7 +217,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
215217

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

218-
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.0...HEAD
220+
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.2...HEAD
221+
[2.7.2]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.1...v2.7.2
222+
[2.7.1]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.7.0...v2.7.1
219223
[2.7.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.6.0...v2.7.0
220224
[2.6.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.5.0...v2.6.0
221225
[2.5.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.4.0...v2.5.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.1"
14+
GTR_VERSION="2.7.2"
1515

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

0 commit comments

Comments
 (0)