Skip to content

Commit

Permalink
Merge pull request #1296 from xtrasimplicity/release/PrepareMay2018Re…
Browse files Browse the repository at this point in the history
…lease

Release v3.1.1
  • Loading branch information
xtrasimplicity authored Jun 3, 2018
2 parents ab5dc5a + 5b1210f commit b1c3137
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,33 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

----

## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.1.0...master) (Not released)
## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.1.1...master) (Not released)

### Added

* N/A

### Changed

* N/A

### Deprecated

* N/A

### Removed

* N/A

### Fixed

* N/A

### Improved

* N/A

## [3.1.1](https://github.com/cucumber/cucumber-ruby/compare/v3.1.0...v3.1.1) (2018-05-11)

### Added

Expand All @@ -32,7 +58,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

### Fixed

* Make --fail-fast play nice with --retry ([#1283](https://github.com/cucumber/cucumber-ruby/pull/1283) [@yrral86](https://github.com/yrral86))
* Make `--fail-fast` play nice with `--retry` ([#1283](https://github.com/cucumber/cucumber-ruby/pull/1283) [@yrral86](https://github.com/yrral86))
* Fix incompatible encodings error in JUnit formatter ([#1244](https://github.com/cucumber/cucumber-ruby/pull/1244) [@NickAb](https://github.com/NickAb)) (except on JRuby, see [#1259](https://github.com/cucumber/cucumber-ruby/pull/1259))
* Fix the handling of failed hooks in the JUnit Formatter ([@brasmusson](https://github.com/brasmusson))
* Fixed lengthy stacktrace when running `cucumber -f stepdefs` when steps aren't defined. ([#1286](https://github.com/cucumber/cucumber-ruby/pull/1286) [@xtrasimplicity](https://github.com/xtrasimplicity))
Expand All @@ -42,7 +68,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

* N/A

## [3.1.0](https://github.com/cucumber/cucumber-ruby/compare/v3.0.2...3.1.0) (2017-11-28)
## [3.1.0](https://github.com/cucumber/cucumber-ruby/compare/v3.0.2...v3.1.0) (2017-11-28)

### Added

Expand Down Expand Up @@ -2478,4 +2504,4 @@ a plain text step is defined. Not anymore! Cucumber will now output this:

## [0.1.6](https://github.com/cucumber/cucumber-ruby/compare/f3292f4023a707099d02602b2bd6c4ca3cec6820...v0.1.6)

First gem release!
First gem release!
2 changes: 1 addition & 1 deletion lib/cucumber/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1

0 comments on commit b1c3137

Please sign in to comment.