From 0aa4450563f8981da4d231a26775dbc4ac1ffa92 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 14 Apr 2024 14:44:31 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c74e6eda51..1d516b8906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ... ### :bug: Fixes -- Fix: no longer fails if it runs in GitHub Actions and does not use the annotation reporter -- Add a fallback to `git diff` command to get diff of a GitHub pull request +- ... ### :rotating_light: Breaking changes - ... +## [v0.17.3] - 2024-04-14 + +### :bug: Fixes +- [#1697](https://github.com/reviewdog/reviewdog/pull/1697) Add a fallback to `git diff` command to get diff of a GitHub pull request + ## [v0.17.2] - 2024-03-11 ### :bug: Fixes @@ -201,4 +205,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [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 +[v0.17.3]: https://github.com/reviewdog/reviewdog/compare/v0.17.2...v0.17.3 [@haya14busa]: https://github.com/haya14busa