Skip to content

Commit

Permalink
Prepare for v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and Juanito Fatas committed Feb 23, 2017
1 parent 5a72f9f commit 90f3fc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,17 +2,20 @@

* Add your own contribution below

* Minor changes to the danger Gemfile - orta
## 4.3.0

* Minor changes to the danger Gemfile - orta
* Make danger pr & local commands recognize -h to print help - Juanito Fatas
* Fix inline comment url when using github enterprise - leonhartX
* Fix repo slug `nil` when using a GitHub repo that contains dot in name - johnlinvc

* Fix find wrong diff position for inline comment - leonhartX
* Add `dismiss_out_of_range_messages` option to `github` plugin to support inline comments only, instead of moving them into the main comment - leonhartX
* Fix inline comment url when using github enterprise - leonhartX
* Fix repo slug `nil` when using a GitHub repo that contains dot in name - johnlinvc
* Fix find wrong diff position for inline comment - leonhartX
* gitlab project names dont need to be urlencoded anymore - hanneskaeufler
* Fix inline comment failed to fall back when there is only inline comments - leonhartX
* Fix only inline markdown comments will fall back to main comment even in diff's range - leonhartX
* Add `dismiss_out_of_range_messages` option to `github` plugin to support inline comment only - leonhartX

## 4.2.2

Expand Down
2 changes: 1 addition & 1 deletion lib/danger/version.rb
@@ -1,4 +1,4 @@
module Danger
VERSION = "4.2.2".freeze
VERSION = "4.3.0".freeze
DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
end

0 comments on commit 90f3fc6

Please sign in to comment.