From f0e7349fd163b425c6f30cf98943082b05fc23b6 Mon Sep 17 00:00:00 2001 From: orta Date: Fri, 21 Apr 2023 16:58:52 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 13 +++++++++---- lib/danger/version.rb | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8069e28b..d1ebff5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ ## master + + +## 9.3.0 + +* Add CI Source of CustomCiWithGithub - [@jmeridth](https://github.com/jmeridth] [#1435](https://github.com/danger/danger/pull/1435) +* Fixes issue where a comment is posted to Bitbucket Cloud even when everything is green. [@SalvatoreT](https://github.com/SalvatoreT) [#1299](https://github.com/danger/danger/issues/1299) + +Internals: + * Make specs independent from default branch setting in git config - [@manicmaniac](https://github.com/manicmaniac) [#1420](https://github.com/danger/danger/pull/1420) * Add missing error types to raise_error matcher - [@manicmaniac](https://github.com/manicmaniac) [#1421](https://github.com/danger/danger/pull/1421) * Cannot specify danger_id testing locally - [@manicmaniac](https://github.com/manicmaniac) [#1362](https://github.com/danger/danger/issues/1362) @@ -17,11 +26,7 @@ * Make specs independent from default branch setting in git config [@manicmaniac](https://github.com/manicmaniac) [#1420](https://github.com/danger/danger/pull/1420) * Add missing error types to raise_error matcher [@manicmaniac][https://github.com/manicmaniac] [#1421](https://github.com/danger/danger/pull/1421) * Add /github/workspace to git safe.directory [@hiro-flank](https://github.com/hiro-flank) [#1427](https://github.com/danger/danger/pull/1427) -* Fixes issue where a comment is posted to Bitbucket Cloud even when everything is green. [@SalvatoreT](https://github.com/SalvatoreT) [#1299](https://github.com/danger/danger/issues/1299) * Add Ruby 3.2 to test matrix [@mataku](https://github.com/mataku) [#1434](https://github.com/danger/danger/pull/1434) -* Add CI Source of CustomCiWithGithub - [@jmeridth](https://github.com/jmeridth] [#1435](https://github.com/danger/danger/pull/1435) - - ## 9.2.0 diff --git a/lib/danger/version.rb b/lib/danger/version.rb index 7d29050e..13d48caa 100644 --- a/lib/danger/version.rb +++ b/lib/danger/version.rb @@ -1,4 +1,4 @@ module Danger - VERSION = "9.2.0".freeze + VERSION = "9.3.0".freeze DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze end