Skip to content

Commit ec68d5e

Browse files
committed
Update CHANGELOG and docs for v5.1.3
1 parent 890a90f commit ec68d5e

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
99
----
1010
## [Unreleased] (In Git)
1111

12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [5.1.3] (2020-05-28)
23+
1224
### Added
1325

1426
- Added support for annotation based transformers configuration ([glib-briia](https://github.com/glib-briia))
@@ -137,7 +149,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
137149
- Migrate to cucumber jvm 3.0.2 [\#6](https://github.com/cucumber/cucumber-jvm-groovy/pull/6) ([glib-briia](https://github.com/glib-briia))
138150

139151
<!-- Releases -->
140-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...master
152+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.1.3...master
153+
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.7.1...v5.1.3
141154
[5.7.1]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.7.0...v4.7.1
142155
[5.7.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.6.0...v4.7.0
143156
[4.6.0]: https://github.com/cucumber/cucumber-jvm-groovy/compare/v4.5.4...v4.6.0

docs/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Groovy in your project, add the following line to your `build.gradle`:
88

99
```
10-
testCompile group: 'io.cucumber', name:'cucumber-groovy', version: '4.7.1'
10+
testCompile group: 'io.cucumber', name:'cucumber-groovy', version: '5.1.3'
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Groovy in your project, add the following dependency to your `po
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-groovy</artifactId>
21-
<version>4.7.1</version>
21+
<version>5.1.3</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```
@@ -37,4 +37,4 @@ The test uses a mix of compiled and interpreted step definitions which makes the
3737

3838
1. `-cp target/test-classes;./bin/cucumber-groovy-shaded.jar` tells groovy where to find the compiled class files and needed dependencies for `TypeRegistryConfigurer` descendants.
3939
2. `--glue classpath:cucumber/runtime/groovy` or `--glue classpath:cucumber.runtime.groovy --glue src/test/resources` is required so that cucumber finds the compiled step definitions
40-
3. The last parameter provides a feature or a path with features
40+
3. The last parameter provides a feature or a path with features

0 commit comments

Comments
 (0)