From db1ef8acd2ab379528c5051d50756f0c700350d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 00:40:05 +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 09be1db..bc9813e 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "gostyle" -var Version = "0.20.0" //nostyle:repetition +var Version = "0.20.1" //nostyle:repetition From 8163d212e1f526975b7947465e108d1a3fba3b01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 00:40:05 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf96b8..b052da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.20.1](https://github.com/k1LoW/gostyle/compare/v0.20.0...v0.20.1) - 2024-06-20 +### Other Changes +- chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in the dependencies group by @dependabot in https://github.com/k1LoW/gostyle/pull/103 +- chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 in the dependencies group by @dependabot in https://github.com/k1LoW/gostyle/pull/105 + ## [v0.20.0](https://github.com/k1LoW/gostyle/compare/v0.19.1...v0.20.0) - 2024-04-22 ### New Features 🎉 - Add `exclude-files:` section for excluding files from analysis by @k1LoW in https://github.com/k1LoW/gostyle/pull/101