From f0a7a6d53ce9af8d84850d31c361e7900e2b803d Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 11 Mar 2024 14:56:47 +0900 Subject: [PATCH] Bump version to v0.17.2 Update errorformat version: fix go vet issue #933 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f5c837d8..c8642cd639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :rotating_light: Breaking changes - ... +## [v0.17.2] - 2024-03-11 + +### :bug: Fixes +- [#933](https://github.com/reviewdog/reviewdog/issues/933) Fix go vet errorformat ## [v0.17.1] - 2024-02-08 @@ -195,4 +199,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [v0.16.0]: https://github.com/reviewdog/reviewdog/compare/v0.15.0...v0.16.0 [v0.17.0]: https://github.com/reviewdog/reviewdog/compare/v0.16.0...v0.17.0 [v0.17.1]: https://github.com/reviewdog/reviewdog/compare/v0.17.0...v0.17.1 +[v0.17.2]: https://github.com/reviewdog/reviewdog/compare/v0.17.1...v0.17.2 [@haya14busa]: https://github.com/haya14busa