Skip to content

Commit 523b0fb

Browse files
committed
Update CHANGELOG and docs for v8.29.0
1 parent 3fd61cf commit 523b0fb

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
99
----
1010
## [Unreleased] (In Git)
1111

12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [8.29.0] (2025-07-15)
23+
1224
📢 As of Cucumber JVM 7.24, `cucumber-junit` (JUnit 4) is deprecated in favour of `cucumber-junit-platform-engine`
1325
(JUnit 5). Users are strongly encouraged to use the latter.
1426

@@ -29,12 +41,6 @@ Thanks @mpkorstanje for providing a [workaround in Cucumber JVM](https://github.
2941
- [Internal] Update integration tests to use JUnit 5
3042
- Drop support of Scala 2.12 in example test projects
3143

32-
### Deprecated
33-
34-
### Removed
35-
36-
### Fixed
37-
3844
## [8.28.0] (2025-05-30)
3945

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

728734
<!-- Releases -->
729-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.28.0...HEAD
735+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.29.0...HEAD
736+
[8.29.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.28.0...v8.29.0
730737
[8.28.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.3...v8.28.0
731738
[8.27.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.2...v8.27.3
732739
[8.27.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.1...v8.27.2

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.28.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.29.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.28.0</version>
21+
<version>8.29.0</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.28.1-SNAPSHOT"
1+
ThisBuild / version := "8.29.0"

0 commit comments

Comments
 (0)