Skip to content

Commit 6321fdc

Browse files
committed
Update CHANGELOG and docs for v6.0.0
1 parent 5b8a94d commit 6321fdc

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1111

1212
### Added
1313

14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [6.0.0] (2020-06-07)
23+
24+
### Added
25+
1426
- [Scala] Conversion methods from `DataTable` to scala types ([#56](https://github.com/cucumber/cucumber-jvm-scala/issues/56) Gaël Jourdan-Weil)
1527
- [Scala] Add `attach(String, String, String)` in `Scenario` (Gaël Jourdan-Weil)
1628

@@ -141,7 +153,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
141153
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
142154

143155
<!-- Releases -->
144-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.7.0...master
156+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.0.0...master
157+
[6.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.7.0...v6.0.0
145158
[5.7.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.6.0...v5.7.0
146159
[5.6.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...v5.6.0
147160
[4.7.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.0...v4.7.1

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Scala in your project, add the following line to your `build.sbt`:
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "5.7.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.0.0" % Test
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-scala_2.12</artifactId>
21-
<version>5.7.0</version>
21+
<version>6.0.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)