From 4072155ee24b8966afea656039a915e1d7669474 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Sat, 17 Jun 2023 22:31:44 +0900 Subject: [PATCH] update CHANGELOG.md for releasing v0.14.2 --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ae83a1f9..6ab14827e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :sparkles: Release Note ### :rocket: Enhancements -- [#1170](https://github.com/reviewdog/reviewdog/pull/1170) Calculate check conclusion from annotations -- [#1433](https://github.com/reviewdog/reviewdog/pull/1433) Add path link support for GitHub Enterprise - ... ### :bug: Fixes -- [#967](https://github.com/reviewdog/reviewdog/pull/967) Fix parsing long lines in diffs #967 -- [#1426](https://github.com/reviewdog/reviewdog/pull/1426) Remove default error level - ... ### :rotating_light: Breaking changes @@ -23,6 +19,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +### :bug: Fixes +- [#967](https://github.com/reviewdog/reviewdog/pull/967) Fix parsing long lines in diffs #967 +- [#1426](https://github.com/reviewdog/reviewdog/pull/1426) Remove default error level + + +## [v0.14.2] - 2023-06-17 + +### :rocket: Enhancements +- [#1170](https://github.com/reviewdog/reviewdog/pull/1170) Calculate check conclusion from annotations +- [#1433](https://github.com/reviewdog/reviewdog/pull/1433) Add path link support for GitHub Enterprise + +### :bug: Fixes +- [#967](https://github.com/reviewdog/reviewdog/pull/967) Fix parsing long lines in diffs #967 +- [#1426](https://github.com/reviewdog/reviewdog/pull/1426) Remove default error level + +--- + ## [v0.14.1] - 2022-04-21 ### :rocket: Enhancements @@ -142,7 +155,7 @@ $ cd subdir/ && reviewdog -filter-mode=file -fail-on-error -reporter=github-pr-r See https://github.com/reviewdog/reviewdog/releases for older release note. -[Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.14.2...HEAD [v0.10.0]: https://github.com/reviewdog/reviewdog/compare/v0.9.17...v0.10.0 [v0.10.1]: https://github.com/reviewdog/reviewdog/compare/v0.10.0...v0.10.1 [v0.10.2]: https://github.com/reviewdog/reviewdog/compare/v0.10.1...v0.10.2 @@ -152,4 +165,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [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 [v0.14.1]: https://github.com/reviewdog/reviewdog/compare/v0.14.0...v0.14.1 +[v0.14.2]: https://github.com/reviewdog/reviewdog/compare/v0.14.1...v0.14.2 [@haya14busa]: https://github.com/haya14busa