Skip to content

Commit

Permalink
Merge pull request #410 from x-motemen/tagpr-from-v1.7.0
Browse files Browse the repository at this point in the history
Release for v1.7.1
  • Loading branch information
Songmu authored Nov 9, 2024
2 parents ae14fee + ef815ed commit 5bf53dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
)

const version = "1.7.0"
const version = "1.7.1"

var revision = "HEAD"

Expand Down

0 comments on commit 5bf53dc

Please sign in to comment.