Skip to content

Commit c02d276

Browse files
authored
Merge pull request #194 from k1LoW/tagpr-from-v0.28.0
Release for v0.29.0
2 parents 3fe5731 + 654225f commit c02d276

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
44
Name = "git-wt"
5-
Version = "0.28.0" //nostyle:repetition
5+
Version = "0.29.0" //nostyle:repetition
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)