Skip to content

Commit f4df634

Browse files
committed
chore: prepare v2.11.1 release
1 parent 0d7f4a0 commit f4df634

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎CHANGELOG.md‎

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

77
## [Unreleased]
88

9+
## [2.11.1] - 2026-09-14
10+
911
### Changed
1012

1113
- The README documents `--sparse`/`--no-sparse` under `git gtr new` and lists the Maintainers section in its table of contents.

‎bin/git-gtr‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -n "${GTR_DEBUG:-}" ]; then
1515
fi
1616

1717
# Version
18-
GTR_VERSION="2.11.0"
18+
GTR_VERSION="2.11.1"
1919

2020
# Find the script directory (resolve symlinks; allow env override)
2121
resolve_script_dir() {

0 commit comments

Comments
 (0)