From 36926f2765f21cd65dd60a9ecaf2da18d20574b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Oct 2023 14:09:42 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index baf3146..68c76d4 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.16.1" +const Version string = "0.16.2" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always. From 98cf854092385ff911e3670824f1d19475d18801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Oct 2023 14:09:42 +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 427cbef..a7dfa5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.16.2](https://github.com/tcnksm/ghr/compare/v0.16.1...v0.16.2) - 2023-10-16 +- disable cgo. fixes #154. by @shogo82148 in https://github.com/tcnksm/ghr/pull/155 + ## [v0.16.1](https://github.com/tcnksm/ghr/compare/v0.16.0...v0.16.1) - 2023-10-12 - drop pkg/errors dependency by @Songmu in https://github.com/tcnksm/ghr/pull/148 - Miscellaneous fixes: coding convention fixes and some typo fixes by @itchyny in https://github.com/tcnksm/ghr/pull/149