Skip to content

Commit 5bf53dc

Browse files
authored
Merge pull request #410 from x-motemen/tagpr-from-v1.7.0
Release for v1.7.1
2 parents ae14fee + ef815ed commit 5bf53dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.7.1](https://github.com/x-motemen/ghq/compare/v1.7.0...v1.7.1) - 2024-11-09
4+
- refine git vcs backend detection by @Songmu in https://github.com/x-motemen/ghq/pull/409
5+
36
## [v1.7.0](https://github.com/x-motemen/ghq/compare/v1.6.3...v1.7.0) - 2024-11-09
47
- fix integration_test by @Songmu in https://github.com/x-motemen/ghq/pull/403
58
- add ChiselRepository by @Songmu in https://github.com/x-motemen/ghq/pull/405

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/x-motemen/ghq/logger"
99
)
1010

11-
const version = "1.7.0"
11+
const version = "1.7.1"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)