Skip to content

Releases: k1LoW/git-wt

v0.27.0

17 Apr 13:14
Immutable release. Only release title and notes can be modified.
93bab0c

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • fix: error when start-point is specified for existing branch or worktree by @k1LoW in #179

New Features 🎉

  • feat: add -b/--branch flag to specify branch name independently from worktree directory name by @glasser in #176

Other Changes

  • chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 in the dependencies group by @dependabot[bot] in #173
  • chore(deps): bump Songmu/tagpr from 1.17.1 to 1.18.1 in the dependencies group by @dependabot[bot] in #174
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.17.2 to 5.18.0 in the dependencies group by @dependabot[bot] in #178
  • chore(deps): bump Songmu/tagpr from 1.18.1 to 1.18.2 in the dependencies group by @dependabot[bot] in #177

New Contributors

Full Changelog: v0.26.2...v0.27.0

v0.26.2

03 Apr 00:08
Immutable release. Only release title and notes can be modified.
1abc1ec

Choose a tag to compare

What's Changed

Other Changes

  • chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 in the dependencies group by @dependabot[bot] in #167
  • chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 in the dependencies group by @dependabot[bot] in #168

Full Changelog: v0.26.1...v0.26.2

v0.26.1

31 Mar 01:11
Immutable release. Only release title and notes can be modified.
e3eb8eb

Choose a tag to compare

What's Changed

Other Changes

  • chore(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by @dependabot[bot] in #165

Full Changelog: v0.26.0...v0.26.1

v0.26.0

29 Mar 23:36
Immutable release. Only release title and notes can be modified.
0cbf7d0

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add wt.symlink config and --symlink flag by @ryoppippi in #164

Other Changes

  • refactor: extract test helpers in e2e/bare_test.go by @usadamasa in #153
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 in the dependencies group by @dependabot[bot] in #156
  • chore(deps): bump the dependencies group with 4 updates by @dependabot[bot] in #157
  • chore(deps): bump aquasecurity/trivy-action from 0.34.1 to 0.34.2 in the dependencies group by @dependabot[bot] in #158
  • chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #159
  • chore(deps): bump aquasecurity/trivy-action from 0.34.2 to 0.35.0 in the dependencies group by @dependabot[bot] in #160
  • chore(deps): bump reviewdog/action-golangci-lint from 2.8.0 to 2.10.0 in the dependencies group by @dependabot[bot] in #161

Full Changelog: v0.25.0...v0.26.0

v0.25.0

19 Feb 23:59
Immutable release. Only release title and notes can be modified.
09539fd

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support delete operation in bare repositories by @usadamasa in #150

Other Changes

  • chore(deps): bump Songmu/tagpr from 1.15.0 to 1.17.0 in the dependencies group by @dependabot[bot] in #151

Full Changelog: v0.24.0...v0.25.0

v0.24.0

17 Feb 11:28
Immutable release. Only release title and notes can be modified.
e8721c9

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support add/switch operations in bare repositories by @usadamasa in #147

Fix bug 🐛

  • fix: use custom version template to output "git-wt version" instead of "git version" by @k1LoW in #148

Full Changelog: v0.23.0...v0.24.0

v0.23.0

16 Feb 14:05
Immutable release. Only release title and notes can be modified.
9d7107c

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add wt.remover config and --remover flag by @ryoppippi in #144

Other Changes

  • fix: improve error handling in file copy, init output, and worktree lookup by @k1LoW in #146

Full Changelog: v0.22.0...v0.23.0

v0.22.0

16 Feb 01:27
Immutable release. Only release title and notes can be modified.
cede53f

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support list command in bare repositories by @usadamasa in #140
  • feat: add wt.deletehook config and --deletehook flag by @ryoppippi in #132

Other Changes

  • fix: print warning to stderr when file copy fails during worktree creation by @k1LoW in #142

New Contributors

Full Changelog: v0.21.1...v0.22.0

v0.21.1

14 Feb 15:36
Immutable release. Only release title and notes can be modified.
78c7a87

Choose a tag to compare

What's Changed

Fix bug 🐛

  • fix: run git from mainRoot only if we deleted the current worktree by @yoichi in #137

Full Changelog: v0.21.0...v0.21.1

v0.21.0

14 Feb 12:38
Immutable release. Only release title and notes can be modified.
026b213

Choose a tag to compare

What's Changed

New Features 🎉

  • feat: detect bare repositories and model 4-state RepoContext by @usadamasa in #136

Other Changes

  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #126
  • Fix test isolation from user's global git config by @usadamasa in #129
  • chore(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 in the dependencies group by @dependabot[bot] in #134
  • chore(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 in the dependencies group by @dependabot[bot] in #135

New Contributors

Full Changelog: v0.20.0...v0.21.0