From d1db3532fd949f95b7f1bad456588e4a0b7a98b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Sep 2023 01:22:50 +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 56e93d9..4d11ef5 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "gostyle" -var Version = "0.3.0" +var Version = "0.3.1" From 220c61922f47a4f4cc104e638dafbed9331bd89c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Sep 2023 01:22:50 +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 308d205..45edceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.3.1](https://github.com/k1LoW/gostyle/compare/v0.3.0...v0.3.1) - 2023-09-12 +### New Features 🎉 +- Add analyzer for receiver names by @k1LoW in https://github.com/k1LoW/gostyle/pull/13 + ## [v0.3.0](https://github.com/k1LoW/gostyle/compare/v0.2.0...v0.3.0) - 2023-09-11 ### New Features 🎉 - Support `-disable` option by @k1LoW in https://github.com/k1LoW/gostyle/pull/8