Skip to content

Commit 6b48a5b

Browse files
committed
chore: prepare v2.8.2 release
1 parent f97ac02 commit 6b48a5b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.8.2] - 2026-08-12
10+
11+
### Fixed
12+
13+
- `gtr.copy.includeDirs` now resolves literal paths without full-repository scans, batches unavoidable recursive discovery, and reuses results across `git gtr copy --all` targets while preserving nested basename matching ([#191](https://github.com/coderabbitai/git-worktree-runner/pull/191))
14+
915
## [2.8.1] - 2026-08-12
1016

1117
### Fixed

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.8.1"
14+
GTR_VERSION="2.8.2"
1515

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

0 commit comments

Comments
 (0)