Merge pull request #410 from x-motemen/tagpr-from-v1.7.0
Some checks failed
integration / test (push) Has been cancelled
tagpr / tagpr (push) Has been cancelled
test / test (macOS-latest) (push) Has been cancelled
test / test (ubuntu-latest) (push) Has been cancelled
test / test (windows-latest) (push) Has been cancelled

Release for v1.7.1
This commit is contained in:
Masayuki Matsuki 2024-11-09 16:11:25 +09:00 committed by GitHub
commit 5bf53dc168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
)
const version = "1.7.0"
const version = "1.7.1"
var revision = "HEAD"