Skip to content

Commit 1606517

Browse files
committed
Update CHANGELOG and docs for v8.25.1
1 parent f7a8637 commit 1606517

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Core] Updated `cucumber-core` dependency to [7.20.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Build] chore(deps): update dependency com.github.sbt:sbt-pgp to v2.3.0
18-
- [Build] chore(deps): update dependency org.xerial.sbt:sbt-sonatype to v3.12.0
19-
2016
### Deprecated
2117

2218
### Removed
2319

2420
### Fixed
2521

22+
## [8.25.1] (2024-10-10)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [7.20.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Build] chore(deps): update dependency com.github.sbt:sbt-pgp to v2.3.0
28+
- [Build] chore(deps): update dependency org.xerial.sbt:sbt-sonatype to v3.12.0
29+
2630
## [8.25.0] (2024-10-09)
2731

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

650654
<!-- Releases -->
651-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.0...HEAD
655+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.1...HEAD
656+
[8.25.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.25.0...v8.25.1
652657
[8.25.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.24.0...v8.25.0
653658
[8.24.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.1...v8.24.0
654659
[8.23.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.0...v8.23.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" % "8.25.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.25.1" % 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.25.0</version>
21+
<version>8.25.1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.25.1-SNAPSHOT"
1+
ThisBuild / version := "8.25.1"

0 commit comments

Comments
 (0)