Skip to content

Commit 6d37baf

Browse files
committed
Prepare for release 2.3.0
1 parent 43327eb commit 6d37baf

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
22

3-
## [2.2.1-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v2.2.0...master) (In Git)
3+
## [2.3.1-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v2.3.0...master) (In Git)
4+
5+
### Added
6+
### Changed
7+
### Deprecated
8+
### Removed
9+
### Fixed
10+
11+
## [2.3.0](https://github.com/cucumber/cucumber-jvm/compare/v2.2.0...v2.3.0) (In Git)
412

513
### Added
614
* [Core] Cache matched steps definitions ([#1289](https://github.com/cucumber/cucumber-jvm/pull/1289) Łukasz Suski)
@@ -10,7 +18,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
1018
### Removed
1119
### Fixed
1220

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

1623
### Added

examples/android/android-studio/Cukeulator/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ android {
3636
dependencies {
3737
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
3838
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
39-
androidTestCompile 'io.cucumber:cucumber-android:2.2.0'
40-
androidTestCompile 'io.cucumber:cucumber-picocontainer:2.2.0'
39+
androidTestCompile 'io.cucumber:cucumber-android:2.3.0'
40+
androidTestCompile 'io.cucumber:cucumber-picocontainer:2.3.0'
4141
}

examples/java-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ task cucumber() {
1818
}
1919

2020
dependencies {
21-
testCompile 'io.cucumber:cucumber-java:2.2.0'
22-
testCompile 'io.cucumber:cucumber-junit:2.2.0'
21+
testCompile 'io.cucumber:cucumber-java:2.3.0'
22+
testCompile 'io.cucumber:cucumber-junit:2.3.0'
2323

2424
testCompile 'junit:junit:4.12'
2525
}

0 commit comments

Comments
 (0)