Skip to content

Commit

Permalink
Releasing 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
os97673 committed Aug 14, 2019
1 parent 794f42d commit 8d4c897
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ doc/
Gemfile.lock
.idea/
.ruby-version
vendor

4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
### [dev](https://github.com/kern/minitest-reporters/compare/v1.3.6...master)
### [dev](https://github.com/kern/minitest-reporters/compare/v1.3.7...master)

### [1.3.7](https://github.com/kern/minitest-reporters/compare/v1.3.6...v1.3.7)

* added ability to specify output dir of JUnitReporter through ENV [#277](https://github.com/kern/minitest-reporters/pull/277) countributed by [KevinSjoberg](https://github.com/KevinSjoberg)
* Added verbose functionality to ProgressReporter [#278](https://github.com/kern/minitest-reporters/pull/278) contributed by [senhalil](https://github.com/senhalil)
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/reporters/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Minitest
module Reporters
VERSION = '1.3.6'.freeze
VERSION = '1.3.7'.freeze
end
end

0 comments on commit 8d4c897

Please sign in to comment.