Skip to content

Commit 53c476d

Browse files
authored
chore: prepare v2.2.0 release (#110)
chore(release): bump version to 2.2.0 and update CHANGELOG
1 parent 041e2de commit 53c476d

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9-
### Added
10-
11-
### Changed
9+
## [2.2.0] - 2026-02-10
1210

13-
### Deprecated
11+
### Added
1412

15-
### Removed
13+
- `mv`/`rename` command for worktree renaming ([#95](https://github.com/coderabbitai/git-worktree-runner/pull/95))
14+
- Shell integration via `git gtr init` with `gtr cd` navigation ([#104](https://github.com/coderabbitai/git-worktree-runner/pull/104))
15+
- `postCd` hook for shell integration ([#109](https://github.com/coderabbitai/git-worktree-runner/pull/109))
16+
- GitLab support for `clean --merged` ([#105](https://github.com/coderabbitai/git-worktree-runner/pull/105))
17+
- `--folder` flag for custom worktree folder names ([#82](https://github.com/coderabbitai/git-worktree-runner/pull/82))
18+
- `--no-hooks` flag to skip post-create hooks ([#91](https://github.com/coderabbitai/git-worktree-runner/pull/91))
19+
- Auggie CLI adapter ([#84](https://github.com/coderabbitai/git-worktree-runner/pull/84))
20+
- `$HOME/.local/bin` as install path option ([#100](https://github.com/coderabbitai/git-worktree-runner/pull/100))
1621

1722
### Fixed
1823

19-
### Security
24+
- Base directory excluded from worktree list output ([#86](https://github.com/coderabbitai/git-worktree-runner/pull/86))
25+
- Zsh completion timing issue resolved with `git gtr completion` command ([#87](https://github.com/coderabbitai/git-worktree-runner/pull/87))
26+
- `.gtrconfig` file key auto-mapping in `cfg_default` ([#88](https://github.com/coderabbitai/git-worktree-runner/pull/88))
27+
- Paths with slashes in `includeDirs` now handled correctly ([#103](https://github.com/coderabbitai/git-worktree-runner/pull/103))
2028

2129
## [2.1.0] - 2026-01-14
2230

@@ -98,7 +106,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
98106

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

101-
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.1.0...HEAD
109+
[Unreleased]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.2.0...HEAD
110+
[2.2.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.1.0...v2.2.0
102111
[2.1.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v2.0.0...v2.1.0
103112
[2.0.0]: https://github.com/coderabbitai/git-worktree-runner/compare/v1.0.0...v2.0.0
104113
[1.0.0]: https://github.com/coderabbitai/git-worktree-runner/releases/tag/v1.0.0

bin/gtr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
# Version
8-
GTR_VERSION="2.1.0"
8+
GTR_VERSION="2.2.0"
99

1010
# Find the script directory (resolve symlinks; allow env override)
1111
resolve_script_dir() {

0 commit comments

Comments
 (0)