Skip to content

Commit 1eefe5d

Browse files
committed
Prepare release v9.1.2
Created-by: polyglot-release v1.3.2
1 parent f031424 commit 1eefe5d

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,17 +9,19 @@ 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.1.2] - 2024-01-23
1214
### Added
1315

1416
### Changed
1517
- Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo.
16-
All logic contained in [compatibility](./compatibility) ([luke-hill](https://github.com/luke-hill))
18+
All logic contained in [compatibility](./compatibility) ([luke-hill](https://github.com/luke-hill))
1719
- Cleared up a few Layout/Linting cop offenses ([#1750](https://github.com/cucumber/cucumber-ruby/pull/1750) [luke-hill](https://github.com/luke-hill))
1820

1921
### Fixed
2022
- Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred
21-
(This fixes an issue in cucumber-wire when passing legacy steps down the wire)
22-
([#1746](https://github.com/cucumber/cucumber-ruby/pull/1746) [luke-hill](https://github.com/luke-hill))
23+
(This fixes an issue in cucumber-wire when passing legacy steps down the wire)
24+
([#1746](https://github.com/cucumber/cucumber-ruby/pull/1746) [luke-hill](https://github.com/luke-hill))
2325

2426
### Removed
2527

@@ -147,7 +149,8 @@ can use the immutable versions instead: `DataTable#map_column` and
147149
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
148150
- Removed support for Ruby 2.5 and JRuby 9.2.
149151

150-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.1...HEAD
152+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.2...HEAD
153+
[9.1.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.1...v9.1.2
151154
[9.1.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.0...v9.1.1
152155
[9.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.2...v9.1.0
153156
[9.0.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.1...v9.0.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.1
1+
9.1.2

0 commit comments

Comments
 (0)