Skip to content

Commit

Permalink
Release 7.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Jul 25, 2024
1 parent b071ba2 commit 0c61792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

## In Git

## [7.18.1] - 2024-07-25

* handle multiple classes (features) and methods (scenarios) specified in `class` argument to better align with tools which requests specific scenarios to be executed
* support fields injection in steps classes with Hilt
* fix [#131](https://github.com/cucumber/cucumber-android/issues/131)
* update `cucumber-jvm` dependencies to `7.18.1`
* update Kotlin to `2.0.0`

## [7.14.0] - 2023-09-25

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ allprojects {
url releaseRepository
}
}
version = "7.18.1-SNAPSHOT"
version = "7.18.1"
ext.cucumber_javaVersion = '7.18.1'
group = 'io.cucumber'
}
Expand Down

0 comments on commit 0c61792

Please sign in to comment.