Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.29.1](https://github.com/k1LoW/git-wt/compare/v0.29.0...v0.29.1) - 2026-07-04

### Other Changes
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/196
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/199
- chore(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/202

## [v0.29.0](https://github.com/k1LoW/git-wt/compare/v0.28.0...v0.29.0) - 2026-06-04
### New Features 🎉
- feat: add `-m`/`-M` flag to rename a worktree's directory and branch by @k1LoW in https://github.com/k1LoW/git-wt/pull/195
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

const (
Name = "git-wt"
Version = "0.29.0" //nostyle:repetition
Version = "0.29.1" //nostyle:repetition
)

var Revision = "HEAD"