Skip to content

Commit 1abc1ec

Browse files
authored
Merge pull request #169 from k1LoW/tagpr-from-v0.26.1
Release for v0.26.2
2 parents 2b08503 + 142f269 commit 1abc1ec

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.26.2](https://github.com/k1LoW/git-wt/compare/v0.26.1...v0.26.2) - 2026-04-02
4+
### Other Changes
5+
- 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 https://github.com/k1LoW/git-wt/pull/167
6+
- chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/168
7+
38
## [v0.26.1](https://github.com/k1LoW/git-wt/compare/v0.26.0...v0.26.1) - 2026-03-31
49
### Other Changes
510
- chore(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/165

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)