Skip to content

Commit cbf0352

Browse files
committed
Prepare release v11.0.0
Created-by: polyglot-release v1.10.1
1 parent 296295b commit cbf0352

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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+
## [11.0.0] - 2026-04-14
1214
### Added
1315
- Add timestamp to `Attachment` message
1416
- Added a new option for running order `--reverse` which will run the scenarios in reverse order ([#1807](https://github.com/cucumber/cucumber-ruby/pull/1807) [luke-hill](https://github.com/luke-hill))
@@ -28,16 +30,16 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
2830
- Updated `cucumber-compatibility-kit` to v22
2931
- Security: Switched out `IO.read` for more secure `File.read` in a few areas of the codebase
3032
- Implemented the new cucumber-query structure in all message based formatters (Currently HTML / Rerun and Message)
31-
([#1844](https://github.com/cucumber/cucumber-ruby/pull/1844) [luke-hill](https://github.com/luke-hill))
33+
([#1844](https://github.com/cucumber/cucumber-ruby/pull/1844) [luke-hill](https://github.com/luke-hill))
3234

3335
### Fixed
3436
- Fix crash when `Cucumber::Messages::Group#children` is `nil`
3537
- Fixed a longstanding issue that could affect formatters reporting of retried scenarios (Now each scenario should only be reported once, with the final result of the scenario)
36-
([#1844](https://github.com/cucumber/cucumber-ruby/pull/1844) [luke-hill](https://github.com/luke-hill))
38+
([#1844](https://github.com/cucumber/cucumber-ruby/pull/1844) [luke-hill](https://github.com/luke-hill))
3739
- Fixed an issue where the default flags derived in the `Options` and `Configuration` classes were not congruent
38-
([#1846](https://github.com/cucumber/cucumber-ruby/pull/1846)) [luke-hill](https://github.com/luke-hill))
40+
([#1846](https://github.com/cucumber/cucumber-ruby/pull/1846)) [luke-hill](https://github.com/luke-hill))
3941
- Fixed an issue where NoMethodError could be raised when declaring a parameter-type that used bound methods
40-
([#1789](https://github.com/cucumber/cucumber-ruby/pull/1789))
42+
([#1789](https://github.com/cucumber/cucumber-ruby/pull/1789))
4143

4244
## [10.2.0] - 2025-12-10
4345
### Changed
@@ -240,7 +242,8 @@ can use the immutable versions instead: `DataTable#map_column` and
240242
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
241243
- Removed support for Ruby 2.5 and JRuby 9.2.
242244

243-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v10.2.0...HEAD
245+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v11.0.0...HEAD
246+
[11.0.0]: https://github.com/cucumber/cucumber-ruby/compare/v10.2.0...v11.0.0
244247
[10.2.0]: https://github.com/cucumber/cucumber-ruby/compare/v10.1.1...v10.2.0
245248
[10.1.1]: https://github.com/cucumber/cucumber-ruby/compare/v10.1.0...v10.1.1
246249
[10.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v10.0.0...v10.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.2.0
1+
11.0.0

0 commit comments

Comments
 (0)