Skip to content

Commit 09539fd

Browse files
authored
Merge pull request #152 from k1LoW/tagpr-from-v0.24.0
Release for v0.25.0
2 parents 56567b0 + 2a95cc8 commit 09539fd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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.24.0" //nostyle:repetition
5+
Version = "0.25.0" //nostyle:repetition
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)