Skip to content

Commit 2cf3a61

Browse files
committed
Prepare release v10.0.0
Created-by: polyglot-release v1.6.0
1 parent 95f50c9 commit 2cf3a61

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
99
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
1010

1111
## [Unreleased]
12+
13+
## [10.0.0] - 2025-06-11
1214
### Changed
1315
- 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))
1419
- 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))
1820
- Changed compatibility testing to fully lean on external assets instead of duplicating them ([luke-hill](https://github.com/luke-hill))
1921
- Permit usage of latest versions of all cucumber internal gems
2022
- 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
188190
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
189191
- Removed support for Ruby 2.5 and JRuby 9.2.
190192

191-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.1...HEAD
193+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v10.0.0...HEAD
194+
[10.0.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.1...v10.0.0
192195
[9.2.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.0...v9.2.1
193196
[9.2.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.2...v9.2.0
194197
[9.1.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.1...v9.1.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.1
1+
10.0.0

0 commit comments

Comments
 (0)