From a2ec67dad804f3d8c9e561d71eb562b4b68cd0ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Oct 2023 01:18: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 57a3c0b..baf3146 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.16.0" +const Version string = "0.16.1" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always. From 8bbdee144a47f713301a1b8d2eef31d8f9915c3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Oct 2023 01:18:07 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527b38a..427cbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 +- Bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0 by @dependabot in https://github.com/tcnksm/ghr/pull/150 +- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in https://github.com/tcnksm/ghr/pull/153 + ## [v0.16.0](https://github.com/tcnksm/ghr/compare/v0.15.0...v0.16.0) - 2022-09-26 - introduce modern releng stack by @Songmu in https://github.com/tcnksm/ghr/pull/141 - Go 1.19 and update deps by @Songmu in https://github.com/tcnksm/ghr/pull/143