From fc7abc9d79e04a0869e3564c769326e10fb76126 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sat, 1 Jun 2024 16:29:37 +0900 Subject: [PATCH] Bump version to v0.17.5 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6197e1f2..36560e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ... ### :bug: Fixes -- [#1722](https://github.com/reviewdog/reviewdog/pull/1722) Add a fallback to `git diff` command to get diff for `github-check` / `github-pr-check` reporters with GitHub Actions (in other words, when not in DogHouse server). +- ... ### :rotating_light: Breaking changes - ... +## [v0.17.5] - 2024-06-01 + +### :bug: Fixes +- [#1722](https://github.com/reviewdog/reviewdog/pull/1722) Add a fallback to `git diff` command to get diff for `github-check` / `github-pr-check` reporters with GitHub Actions (in other words, when not in DogHouse server). + ## [v0.17.4] - 2024-04-19 ### :bug: Fixes @@ -212,4 +217,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [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 [v0.17.4]: https://github.com/reviewdog/reviewdog/compare/v0.17.3...v0.17.4 +[v0.17.5]: https://github.com/reviewdog/reviewdog/compare/v0.17.4...v0.17.5 [@haya14busa]: https://github.com/haya14busa