Skip to content

Commit bda3f5e

Browse files
committed
Prepare release v9.2.1
Created-by: polyglot-release v1.6.0
1 parent b7cab5e commit bda3f5e

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+
## [9.2.1] - 2025-01-07
1214
### Fixed
1315
- Fixed an issue for Ruby 3.4.0 where a default hash instantiation was being picked up as keyword arguments ([Jon Rowe](https://github.com/JonRowe))
1416

@@ -156,7 +158,8 @@ can use the immutable versions instead: `DataTable#map_column` and
156158
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
157159
- Removed support for Ruby 2.5 and JRuby 9.2.
158160

159-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.0...HEAD
161+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.1...HEAD
162+
[9.2.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.0...v9.2.1
160163
[9.2.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.2...v9.2.0
161164
[9.1.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.1...v9.1.2
162165
[9.1.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.0...v9.1.1

VERSION

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

0 commit comments

Comments
 (0)