Skip to content

Commit

Permalink
Prepare for release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Dec 13, 2017
1 parent 39bb307 commit 84467db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.

## [2.3.1-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v2.3.0...master) (In Git)
## [2.3.1-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v2.3.1...master) (In Git)

### Added
### Changed
### Deprecated
### Removed
### Fixed

## [2.3.1](https://github.com/cucumber/cucumber-jvm/compare/v2.3.0...v2.3.1)

### Added
### Changed
Expand All @@ -9,7 +17,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
### Fixed
* [Core] Remove scenario scoped step definitions from step definition cache ([#1301](https://github.com/cucumber/cucumber-jvm/pull/1301) M.P. Korstanje)

## [2.3.0](https://github.com/cucumber/cucumber-jvm/compare/v2.2.0...v2.3.0) (In Git)
## [2.3.0](https://github.com/cucumber/cucumber-jvm/compare/v2.2.0...v2.3.0)

### Added
* [Core] Cache matched steps definitions ([#1289](https://github.com/cucumber/cucumber-jvm/pull/1289) Łukasz Suski)
Expand All @@ -19,7 +27,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
### Removed
### Fixed

## [2.2.0](https://github.com/cucumber/cucumber-jvm/compare/v2.1.0...v2.2.0) (In Git)
## [2.2.0](https://github.com/cucumber/cucumber-jvm/compare/v2.1.0...v2.2.0)

### Added
* [JUnit] Document supported JUnit annotations ([#1272](https://github.com/cucumber/cucumber-jvm/pull/1272) Marit van Dijk)
Expand Down
Expand Up @@ -37,5 +37,5 @@ dependencies {
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
androidTestCompile 'io.cucumber:cucumber-android:2.3.0'
androidTestCompile 'io.cucumber:cucumber-picocontainer:2.3.0'
androidTestCompile 'io.cucumber:cucumber-picocontainer:2.3.1'
}
4 changes: 2 additions & 2 deletions examples/java-gradle/build.gradle
Expand Up @@ -18,8 +18,8 @@ task cucumber() {
}

dependencies {
testCompile 'io.cucumber:cucumber-java:2.3.0'
testCompile 'io.cucumber:cucumber-junit:2.3.0'
testCompile 'io.cucumber:cucumber-java:2.3.1'
testCompile 'io.cucumber:cucumber-junit:2.3.1'

testCompile 'junit:junit:4.12'
}
Expand Down

0 comments on commit 84467db

Please sign in to comment.