From 98c90926660b4c62eed33ceca39f470363688d57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Sep 2023 09:11:48 +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 4cde2ab..a8c0018 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "gostyle" -var Version = "0.16.0" //nostyle:repetition +var Version = "0.17.0" //nostyle:repetition From 6dafe0cce7f67286b5bd41289358d869054e9c89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Sep 2023 09:11:48 +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 a783abc..3ef0280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.17.0](https://github.com/k1LoW/gostyle/compare/v0.16.0...v0.17.0) - 2023-09-26 +### New Features 🎉 +- Add `-v` for show version by @k1LoW in https://github.com/k1LoW/gostyle/pull/79 +- Add contexts analyzer by @k1LoW in https://github.com/k1LoW/gostyle/pull/81 + ## [v0.16.0](https://github.com/k1LoW/gostyle/compare/v0.15.0...v0.16.0) - 2023-09-22 ### New Features 🎉 - Add handlerrors analyzer by @k1LoW in https://github.com/k1LoW/gostyle/pull/76