Skip to content

Commit f2143fb

Browse files
authored
Merge pull request #182 from k1LoW/tagpr-from-v0.27.0
Release for v0.28.0
2 parents 806002a + e02cd00 commit f2143fb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.28.0](https://github.com/k1LoW/git-wt/compare/v0.27.0...v0.28.0) - 2026-05-14
4+
### Breaking Changes 🛠
5+
- perf: batch branch commit-message lookups in shell completion by @tksm in https://github.com/k1LoW/git-wt/pull/187
6+
### Other Changes
7+
- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/181
8+
- chore(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/188
9+
- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/git-wt/pull/189
10+
311
## [v0.27.0](https://github.com/k1LoW/git-wt/compare/v0.26.2...v0.27.0) - 2026-04-17
412
### Breaking Changes 🛠
513
- fix: error when start-point is specified for existing branch or worktree by @k1LoW in https://github.com/k1LoW/git-wt/pull/179

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)