Skip to content

Commit 919c4d7

Browse files
committed
Prepare release v10.1.0
Created-by: polyglot-release v1.6.1
1 parent 7951145 commit 919c4d7

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.0] - 2025-08-20
1214
### Changed
1315
- Updated `cucumber-compatibility-kit` to v20
1416
- Optimised `compatibility` tests (That use the CCK), so that tests run slightly more optimal (Creating less empty arrays)
@@ -196,7 +198,8 @@ can use the immutable versions instead: `DataTable#map_column` and
196198
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
197199
- Removed support for Ruby 2.5 and JRuby 9.2.
198200

199-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v10.0.0...HEAD
201+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v10.1.0...HEAD
202+
[10.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v10.0.0...v10.1.0
200203
[10.0.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.1...v10.0.0
201204
[9.2.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.0...v9.2.1
202205
[9.2.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.2...v9.2.0

VERSION

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

0 commit comments

Comments
 (0)