From a3f97841a641dc4fcd4b78e3ccceba910d1442c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Sep 2023 11:56: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 90b428c..fe9877d 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "gostyle" -var Version = "0.13.4" //nostyle:repetition +var Version = "0.14.0" //nostyle:repetition From f38d120de7fa1ff369812d1ea0b6d1186cbbe2b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Sep 2023 11:57: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 7c10a84..03a569f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.14.0](https://github.com/k1LoW/gostyle/compare/v0.13.4...v0.14.0) - 2023-09-20 +### New Features 🎉 +- Add errorstrings analyzer by @k1LoW in https://github.com/k1LoW/gostyle/pull/71 + ## [v0.13.4](https://github.com/k1LoW/gostyle/compare/v0.13.3...v0.13.4) - 2023-09-20 ### New Features 🎉 - Add `-recvnames.max` option by @k1LoW in https://github.com/k1LoW/gostyle/pull/68