@@ -9,14 +9,16 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
9
9
Please visit [ cucumber/CONTRIBUTING.md] ( https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md ) for more info on how to contribute to Cucumber.
10
10
11
11
## [ Unreleased]
12
+
13
+ ## [ 9.0.0] - 2023-08-31
12
14
### Added
13
- * Add option ` --retry-total ` ([ #1669 ] ( https://github.com/cucumber/cucumber-ruby/pull/1669 ) )
15
+ - Add option ` --retry-total ` ([ #1669 ] ( https://github.com/cucumber/cucumber-ruby/pull/1669 ) )
14
16
15
17
### Changed
16
- * Update dependency cucumber-gherkin to v26 ([ #1688 ] ( https://github.com/cucumber/cucumber-ruby/pull/1688 ) )
17
- * Replace dependency [ mime-types] ( https://rubygems.org/gems/mime-types )
18
- with [ mini_mime] ( https://rubygems.org/gems/mini_mime )
19
- ([ #1695 ] ( https://github.com/cucumber/cucumber-ruby/pull/1695 ) )
18
+ - Update dependency cucumber-gherkin to v26 ([ #1688 ] ( https://github.com/cucumber/cucumber-ruby/pull/1688 ) )
19
+ - Replace dependency [ mime-types] ( https://rubygems.org/gems/mime-types )
20
+ with [ mini_mime] ( https://rubygems.org/gems/mini_mime )
21
+ ([ #1695 ] ( https://github.com/cucumber/cucumber-ruby/pull/1695 ) )
20
22
21
23
### Deprecated
22
24
@@ -27,21 +29,20 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
27
29
- Removed support for Ruby 2.6 and JRuby 9.3 ([ PR #1699 ] ( https://github.com/cucumber/cucumber-ruby/pull/1699 ) )
28
30
29
31
## [ 8.0.0] - 2022-05-19
30
-
31
32
### Added
32
33
- Add a _ WARNING_ message when using a space-separated string with cucumber_opts
33
- ([ PR#] ( https://github.com/cucumber/cucumber-ruby/pull/1624 )
34
- [ Issue #1614 ] ( https://github.com/cucumber/cucumber-ruby/issues/1614 ) )
34
+ ([ PR#] ( https://github.com/cucumber/cucumber-ruby/pull/1624 )
35
+ [ Issue #1614 ] ( https://github.com/cucumber/cucumber-ruby/issues/1614 ) )
35
36
- Add support for TruffleRuby
36
- ([ PR #1612 ] ( https://github.com/cucumber/cucumber-ruby/pull/1612 )
37
- [ gogainda] ( https://github.com/gogainda ) )
37
+ ([ PR #1612 ] ( https://github.com/cucumber/cucumber-ruby/pull/1612 )
38
+ [ gogainda] ( https://github.com/gogainda ) )
38
39
- Add support for named hooks
39
- ([ PR #1636 ] ( https://github.com/cucumber/cucumber-ruby/pull/1636 ) )
40
+ ([ PR #1636 ] ( https://github.com/cucumber/cucumber-ruby/pull/1636 ) )
40
41
41
42
### Fixed
42
-
43
43
- Use ` required_rubygems_version ` instead of ` rubygems_version ` ([ PR #1629 ] ( https://github.com/cucumber/cucumber-ruby/pull/1629 ) )
44
44
- Suppress RSspec deprecation warnings([ PR #1631 ] ( https://github.com/cucumber/cucumber-ruby/pull/1631 ) )
45
45
46
- [ Unreleased ] : https://github.com/cucumber/cucumber-ruby/compare/v8.0.0...HEAD
46
+ [ Unreleased ] : https://github.com/cucumber/cucumber-ruby/compare/v9.0.0...HEAD
47
+ [ 9.0.0 ] : https://github.com/cucumber/cucumber-ruby/compare/v8.0.0...v9.0.0
47
48
[ 8.0.0 ] : https://github.com/cucumber/cucumber-ruby/compare/v8.0.0.RC.1...v8.0.0
0 commit comments