You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
9
9
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
10
10
11
11
## [Unreleased]
12
+
13
+
## [10.0.0] - 2025-06-11
12
14
### Changed
13
15
- Added dependencies that will no longer be part of the ruby stdlib ([jeromeag](https://github.com/jerome))
16
+
- NB: This change has also facilitated a tweak to some output messages to include new fields such as `testRunStartedId`
17
+
for full changes and expectations of what will be new check the [messages](https://github.com/cucumber/messages/blob/main/CHANGELOG.md#2700---2024-10-26)
18
+
([luke-hill](https://github.com/luke-hill))
14
19
- Updated `cucumber-compatibility-kit` to v18
15
-
- NB: This change has also facilitated a tweak to some output messages to include new fields such as `testRunStartedId`
16
-
for full changes and expectations of what will be new check the [messages](https://github.com/cucumber/messages/blob/main/CHANGELOG.md#2700---2024-10-26)
17
-
([luke-hill](https://github.com/luke-hill))
18
20
- Changed compatibility testing to fully lean on external assets instead of duplicating them ([luke-hill](https://github.com/luke-hill))
19
21
- Permit usage of latest versions of all cucumber internal gems
20
22
- The auto-generation of all placeholder `pending` steps has been refactored (_There should be no visible changes
@@ -188,7 +190,8 @@ can use the immutable versions instead: `DataTable#map_column` and
0 commit comments