Skip to content

Commit 9a1fa3c

Browse files
committed
Prepare release v9.0.0
Created-by: polyglot-release v1.3.2
1 parent 2d64613 commit 9a1fa3c

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

CHANGELOG.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ 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.0.0] - 2023-08-31
1214
### 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))
1416

1517
### 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))
2022

2123
### Deprecated
2224

@@ -27,21 +29,20 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
2729
- Removed support for Ruby 2.6 and JRuby 9.3 ([PR#1699](https://github.com/cucumber/cucumber-ruby/pull/1699))
2830

2931
## [8.0.0] - 2022-05-19
30-
3132
### Added
3233
- 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))
3536
- 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))
3839
- 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))
4041

4142
### Fixed
42-
4343
- Use `required_rubygems_version` instead of `rubygems_version`([PR#1629](https://github.com/cucumber/cucumber-ruby/pull/1629))
4444
- Suppress RSspec deprecation warnings([PR#1631](https://github.com/cucumber/cucumber-ruby/pull/1631))
4545

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
4748
[8.0.0]: https://github.com/cucumber/cucumber-ruby/compare/v8.0.0.RC.1...v8.0.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
9.0.0

0 commit comments

Comments
 (0)