Skip to content

Commit b6779f3

Browse files
committed
Prepare release v9.2.0
Created-by: polyglot-release v1.3.2
1 parent 3573da4 commit b6779f3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ 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.0] - 2024-03-19
1214
### Changed
1315
- Updated cucumber dependencies (Specifically cucumber-core) ([luke-hill](https://github.com/luke-hill))
14-
1516
- Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers)
16-
([#1752](https://github.com/cucumber/cucumber-ruby/pull/1750) [luke-hill](https://github.com/luke-hill))
17+
([#1752](https://github.com/cucumber/cucumber-ruby/pull/1750) [luke-hill](https://github.com/luke-hill))
1718

1819
### Removed
1920
- Some legacy JRuby local testing profiles are now removed ([luke-hill](https://github.com/luke-hill))
@@ -153,7 +154,8 @@ can use the immutable versions instead: `DataTable#map_column` and
153154
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
154155
- Removed support for Ruby 2.5 and JRuby 9.2.
155156

156-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.2...HEAD
157+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.2.0...HEAD
158+
[9.2.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.2...v9.2.0
157159
[9.1.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.1...v9.1.2
158160
[9.1.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.0...v9.1.1
159161
[9.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.2...v9.1.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.2
1+
9.2.0

0 commit comments

Comments
 (0)