File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.29.0] ( https://github.com/k1LoW/git-wt/compare/v0.28.0...v0.29.0 ) - 2026-06-04
4+ ### New Features 🎉
5+ - feat: add ` -m ` /` -M ` flag to rename a worktree's directory and branch by @k1LoW in https://github.com/k1LoW/git-wt/pull/195
6+ ### Other Changes
7+ - chore(deps): bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 by @dependabot [ bot] in https://github.com/k1LoW/git-wt/pull/191
8+ - chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot [ bot] in https://github.com/k1LoW/git-wt/pull/193
9+ - chore(deps): bump the dependencies group with 2 updates by @dependabot [ bot] in https://github.com/k1LoW/git-wt/pull/192
10+
311## [ v0.28.0] ( https://github.com/k1LoW/git-wt/compare/v0.27.0...v0.28.0 ) - 2026-05-14
412### Breaking Changes 🛠
513- perf: batch branch commit-message lookups in shell completion by @tksm in https://github.com/k1LoW/git-wt/pull/187
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 Name = "git-wt"
5- Version = "0.28 .0" //nostyle:repetition
5+ Version = "0.29 .0" //nostyle:repetition
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments