From 8e6c8dce72789cbcce2c36abc3dab22b320635df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Oct 2023 00:09:59 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 5ff950c..8f37c8b 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "gh-star-history" // Version for this. -var Version = "0.2.1" +var Version = "0.2.2" From 88559934a42b9068e88e9172f089970fe34eafcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Oct 2023 00:10:00 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22df6f3..5b4f348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.2.2](https://github.com/k1LoW/gh-star-history/compare/v0.2.1...v0.2.2) - 2023-10-12 +### Other Changes +- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-star-history/pull/7 + ## [v0.2.1](https://github.com/k1LoW/gh-star-history/compare/v0.2.0...v0.2.1) - 2023-08-30 ### Fix bug 🐛 - Fix SetErr by @k1LoW in https://github.com/k1LoW/gh-star-history/pull/5