From 806be9a8028362c2da7198f5f9d96444ae404b12 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Fri, 11 Feb 2022 05:02:15 +0000 Subject: [PATCH 1/2] Bump version: support end line/column errorformat --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6208d41dce..87dc52ce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :rotating_light: Breaking changes - ... +## [v0.14.0] - 2022-02-11 + +### :rocket: Enhancements +- [#1118](https://github.com/reviewdog/reviewdog/pull/1118) Suport end_lnum (%e) and end_col (%k) errorformat + +--- + ## [v0.13.1] - 2021-12-28 ### :rocket: Enhancements -- [#1012](https://github.com/reviewdog/reviewdog/pull/1012) Use GitLab suggestions in merge request comments +- [#1012](https://github.com/reviewdog/reviewdog/pull/1012) Use GitLab suggestions in merge request comments ### :bug: Fixes - [#1014](https://github.com/reviewdog/reviewdog/pull/1014) Fix incorrect detection of the `GITHUB_TOKEN` permissions. fixes [#1010](https://github.com/reviewdog/reviewdog/issues/1010) @@ -127,4 +134,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [v0.12.0]: https://github.com/reviewdog/reviewdog/compare/v0.11.0...v0.12.0 [v0.13.0]: https://github.com/reviewdog/reviewdog/compare/v0.12.0...v0.13.0 [v0.13.1]: https://github.com/reviewdog/reviewdog/compare/v0.13.0...v0.13.1 +[v0.14.0]: https://github.com/reviewdog/reviewdog/compare/v0.13.1...v0.14.0 [@haya14busa]: https://github.com/haya14busa From ddc00dba840f180dc19890f73b08c03370e03a1c Mon Sep 17 00:00:00 2001 From: haya14busa Date: Fri, 11 Feb 2022 05:05:45 +0000 Subject: [PATCH 2/2] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87dc52ce74..709591fb90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.14.0] - 2022-02-11 ### :rocket: Enhancements -- [#1118](https://github.com/reviewdog/reviewdog/pull/1118) Suport end_lnum (%e) and end_col (%k) errorformat +- [#1118](https://github.com/reviewdog/reviewdog/pull/1118) Support end_lnum (%e) and end_col (%k) errorformat ---