Skip to content

Commit

Permalink
Prepare for 3.3.0 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 16, 2016
1 parent d86321e commit 0cd9198
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## master

## 3.3.0

* Add support for Bitbucket Cloud - Wolfgang Damm
This adds a new object to the DSL, `bitbucket_cloud` which offers the same API as Bitbucket Server!
To use it, ensure `DANGER_BITBUCKETCLOUD_USERNAME` and `DANGER_BITBUCKETCLOUD_PASSWORD` are in your
Jenkins environment, and you should be good to go.

* Add `git.info_for_file("some/file.txt")`: line counts and before/after file contents - tikitu
* Remove `String#danger_class` - Juanito Fatas
* Set defaults for file and line args of Violation#new & Markdown#new - Juanito Fatas
* Add docs to `String#danger_pluralize` & `String#danger_underscore` - Juanito Fatas
* Refactor Comment class out of CommentsHelper - Juanito Fatas
* Add support for Bitbucket Cloud - Wolfgang Damm


## 3.2.2

Expand Down
2 changes: 1 addition & 1 deletion lib/danger/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Danger
VERSION = "3.2.2".freeze
VERSION = "3.3.0".freeze
DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
end

0 comments on commit 0cd9198

Please sign in to comment.