From efeda9c4552ab8a19ae0a0f6d2d7ecbd61c4b39a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 14:03:06 +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 68c76d4..3a7f18d 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.16.2" +const Version string = "0.17.0" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always. From a91aa6bd9cb07bc7653589852a361039d60354eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 14:03:06 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dfa5c..66f18b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.17.0](https://github.com/tcnksm/ghr/compare/v0.16.2...v0.17.0) - 2024-10-14 +- Add -latest flag to specify latest release or not by @danudey in https://github.com/tcnksm/ghr/pull/152 +- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in https://github.com/tcnksm/ghr/pull/158 +- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/tcnksm/ghr/pull/160 +- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/tcnksm/ghr/pull/161 +- update deps and go version by @Songmu in https://github.com/tcnksm/ghr/pull/162 + ## [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