Skip to content

Commit

Permalink
Update CHANGELOG and docs for v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jun 7, 2020
1 parent 5b8a94d commit 6321fdc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [6.0.0] (2020-06-07)

### Added

- [Scala] Conversion methods from `DataTable` to scala types ([#56](https://github.com/cucumber/cucumber-jvm-scala/issues/56) Gaël Jourdan-Weil)
- [Scala] Add `attach(String, String, String)` in `Scenario` (Gaël Jourdan-Weil)

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

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.7.0...master
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.0.0...master
[6.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.7.0...v6.0.0
[5.7.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v5.6.0...v5.7.0
[5.6.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.1...v5.6.0
[4.7.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v4.7.0...v4.7.1
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To use Cucumber Scala in your project, add the following line to your `build.sbt`:

```scala
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "5.7.0" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.0.0" % Test
```

### Maven
Expand All @@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-scala_2.12</artifactId>
<version>5.7.0</version>
<version>6.0.0</version>
<scope>test</scope>
</dependency>
```

0 comments on commit 6321fdc

Please sign in to comment.