Skip to content

Commit e4842d4

Browse files
committed
Update CHANGELOG and docs for v8.13.0
1 parent d71b4d0 commit e4842d4

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [8.13.0] (2022-12-12)
23+
24+
### Changed
25+
1626
- [Core] Updated `cucumber-core` dependency to [7.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1727
- [Scala] Upgrade Scala 3 version to 3.2.1
1828

@@ -23,12 +33,6 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
2333
- [Build] Updated `sbt-version-policy` dependency to 2.1.0
2434
- [Build] Updated `sbt-pgp` dependency to 2.2.1
2535

26-
### Deprecated
27-
28-
### Removed
29-
30-
### Fixed
31-
3236
## [8.12.0] (2022-11-03)
3337

3438
### Changed
@@ -506,7 +510,8 @@ _Although there is no visible change from a user perspective, there are signific
506510
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
507511

508512
<!-- Releases -->
509-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.12.0...main
513+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.13.0...main
514+
[8.13.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.12.0...v8.13.0
510515
[8.12.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.11.0...v8.12.0
511516
[8.11.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.10.1...v8.11.0
512517
[8.10.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.10.0...v8.10.1

docs/install.md

+2-2
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" % "8.12.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.13.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.13</artifactId>
21-
<version>8.12.0</version>
21+
<version>8.13.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.12.1-SNAPSHOT"
1+
ThisBuild / version := "8.13.0"

0 commit comments

Comments
 (0)