Skip to content

Commit c765e62

Browse files
committed
chore: prepare v2.6.0 release
1 parent 10c6c15 commit c765e62

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.6.0] - 2026-03-19
10+
11+
### Added
12+
13+
- `--force` for `git gtr clean --merged` to remove dirty merged worktrees, including ones with untracked files ([#158](https://github.com/coderabbitai/git-worktree-runner/pull/158))
14+
15+
### Fixed
16+
17+
- Bash wrapper completions now preserve delegated completion context correctly ([#159](https://github.com/coderabbitai/git-worktree-runner/pull/159))
18+
919
## [2.5.0] - 2026-03-11
1020

1121
### Added

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.5.0"
14+
GTR_VERSION="2.6.0"
1515

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

0 commit comments

Comments
 (0)