From 7ae3a6b8b75ab1675dfa99c04519b57bafbf4448 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Sun, 17 Dec 2023 22:44:20 +0900 Subject: [PATCH] prepare for releasing v0.16.0 --- CHANGELOG.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2dbdf062..2dc554c9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :sparkles: Release Note ### :rocket: Enhancements -- [#1573](https://github.com/reviewdog/reviewdog/pull/1573) Add filter tests for file/nofilter mode -- [#1576](https://github.com/reviewdog/reviewdog/pull/1576) Support `--filter-mode=file` in `github-pr-review` -- [#1596](https://github.com/reviewdog/reviewdog/pull/1596) Use `CI_MERGE_REQUEST_DIFF_BASE_SHA` envvar if available in `gitlab-mr-discussion` -- [#1521](https://github.com/reviewdog/reviewdog/pull/1521) strict check of pr-review write permission -- [#1617](https://github.com/reviewdog/reviewdog/pull/1617) Add reporter to Gitea PR review comments `gitea-pr-review` +- ... ### :bug: Fixes - ... @@ -21,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :rotating_light: Breaking changes - ... +## [v0.16.0] - 2023-12-17 + +### :rocket: Enhancements +- [#1573](https://github.com/reviewdog/reviewdog/pull/1573) Add filter tests for file/nofilter mode +- [#1576](https://github.com/reviewdog/reviewdog/pull/1576) Support `--filter-mode=file` in `github-pr-review` +- [#1596](https://github.com/reviewdog/reviewdog/pull/1596) Use `CI_MERGE_REQUEST_DIFF_BASE_SHA` envvar if available in `gitlab-mr-discussion` +- [#1521](https://github.com/reviewdog/reviewdog/pull/1521) strict check of pr-review write permission +- [#1617](https://github.com/reviewdog/reviewdog/pull/1617) Add reporter to Gitea PR review comments `gitea-pr-review` + +--- + ## [v0.15.0] - 2023-09-02 ### :rocket: Enhancements @@ -160,7 +167,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.15.0...HEAD +[Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.16.0...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 @@ -172,4 +179,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [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 [v0.15.0]: https://github.com/reviewdog/reviewdog/compare/v0.14.2...v0.15.0 +[v0.16.0]: https://github.com/reviewdog/reviewdog/compare/v0.15.0...v0.16.0 [@haya14busa]: https://github.com/haya14busa