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.25.0] ( https://github.com/k1LoW/git-wt/compare/v0.24.0...v0.25.0 ) - 2026-02-19
4+ ### New Features 🎉
5+ - feat: support delete operation in bare repositories by @usadamasa in https://github.com/k1LoW/git-wt/pull/150
6+ ### Other Changes
7+ - chore(deps): bump Songmu/tagpr from 1.15.0 to 1.17.0 in the dependencies group by @dependabot [ bot] in https://github.com/k1LoW/git-wt/pull/151
8+
39## [ v0.24.0] ( https://github.com/k1LoW/git-wt/compare/v0.23.0...v0.24.0 ) - 2026-02-17
410### New Features 🎉
511- feat: support add/switch operations in bare repositories by @usadamasa in https://github.com/k1LoW/git-wt/pull/147
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.24 .0" //nostyle:repetition
5+ Version = "0.25 .0" //nostyle:repetition
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments