Skip to content

Commit

Permalink
Update CHANGELOG and docs for v7.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
cukebot committed May 15, 2021
1 parent d01f889 commit 3775433
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
----
## [Unreleased] (In Git)

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [7.0.0-M1] (2021-05-15)

📢 This pre-release brings support for Scala 3 but no change in Cucumber core features.

_Although there is no visible change from a user perspective,
Expand All @@ -29,12 +41,6 @@ of core Cucumber projects (like cucumber-junit).

- [Internal] Rewrite the way types of step arguments are inferred

### Deprecated

### Removed

### Fixed

## [6.10.4] (2021-05-14)

### Changed
Expand Down Expand Up @@ -312,7 +318,8 @@ of core Cucumber projects (like cucumber-junit).
- [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/v6.10.4...main
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0-M1...main
[7.0.0-M1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...v7.0.0-M1
[6.10.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...v6.10.4
[6.10.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.2...v6.10.3
[6.10.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.1...v6.10.2
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" % "6.10.4" % Test
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "7.0.0-M1" % 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>6.10.4</version>
<version>7.0.0-M1</version>
<scope>test</scope>
</dependency>
```

0 comments on commit 3775433

Please sign in to comment.