Skip to content

Commit 89183a1

Browse files
committed
Prepare release v10.1.1
Created-by: polyglot-release v1.7.0
1 parent 91219d1 commit 89183a1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [10.1.1] - 2025-10-08
1214
### Changed
1315
- Internal refactors to CCK testing code to better check that the message formatter responses are as expected
1416
- Simplify `#attach` by better checking the different use cases (base64 vs file path)
@@ -204,7 +206,8 @@ can use the immutable versions instead: `DataTable#map_column` and
204206
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
205207
- Removed support for Ruby 2.5 and JRuby 9.2.
206208

207-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v10.1.0...HEAD
209+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v10.1.1...HEAD
210+
[10.1.1]: https://github.com/cucumber/cucumber-ruby/compare/v10.1.0...v10.1.1
208211
[10.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v10.0.0...v10.1.0
209212
[10.0.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.1...v10.0.0
210213
[9.2.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.0...v9.2.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.1.0
1+
10.1.1

0 commit comments

Comments
 (0)