From f9e78636bc60a40e0eefc6218280e1e0ac0f3e1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 Nov 2024 07:01:05 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9494f04..4fa9301 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/x-motemen/ghq/logger" ) -const version = "1.7.0" +const version = "1.7.1" var revision = "HEAD" From ef815edf50c752659946999cec15e5fa0f4fd838 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 Nov 2024 07:01:05 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94fcc0..74ab040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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