You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-44Lines changed: 39 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,18 @@ 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
-
### Removed
13
-
- Removed a whole bunch of miscellaneous script files that are no longer used (Either in development or usage) ([#1721](https://github.com/cucumber/cucumber-ruby/pull/1721)[luke-hill](https://github.com/luke-hill))
14
12
13
+
## [9.0.2] - 2023-09-11
15
14
### Changed
16
15
- Began to tidy up (Cleared some AutoFix cops), and organise rubocop tech-debt in repo (This introduced new rubocop sub-gems) ([#1716](https://github.com/cucumber/cucumber-ruby/pull/1716)[luke-hill](https://github.com/luke-hill))
17
-
18
16
- Gem update. Update rubocop gems to latest and increase minimum version of some cucumber sub-gems ([#1732](https://github.com/cucumber/cucumber-ruby/pull/1732)[luke-hill](https://github.com/luke-hill))
19
-
20
17
- Rubocop update. Massively overhauled the cucumber style / rubocop expectations and began to tackle some long-standing tech-debt ([#1733](https://github.com/cucumber/cucumber-ruby/pull/1733)[luke-hill](https://github.com/luke-hill))
21
-
22
18
- First couple of passes of tidying up approximately 15% of the autofix cops
- Removed a whole bunch of miscellaneous script files that are no longer used (Either in development or usage) ([#1721](https://github.com/cucumber/cucumber-ruby/pull/1721)[luke-hill](https://github.com/luke-hill))
23
+
25
24
## [9.0.1] - 2023-09-01
26
25
### Changed
27
26
- Update dependency of a few associated cucumber sub-gems ([#1715](https://github.com/cucumber/cucumber-ruby/pull/1715)[luke-hill](https://github.com/luke-hill))
- Cucumber was unable to generate the correct `VERSION` constant ([#1729](https://github.com/cucumber/cucumber-ruby/pull/1729)[luke-hill](https://github.com/luke-hill))
31
30
32
31
## [9.0.0] - 2023-08-31
33
-
### Removed
34
-
- Removed support for Ruby 2.6 and JRuby 9.3 ([#1699](https://github.com/cucumber/cucumber-ruby/pull/1699))
@@ -45,72 +41,71 @@ with [mini_mime](https://rubygems.org/gems/mini_mime)
45
41
### Fixed
46
42
- Cucumber may raise NoMethodError when CUCUMBER_COLORS environment was set ([#1641](https://github.com/cucumber/cucumber-ruby/pull/1641/)[s2k](https://github.com/s2k))
47
43
44
+
### Removed
45
+
- Removed support for Ruby 2.6 and JRuby 9.3 ([#1699](https://github.com/cucumber/cucumber-ruby/pull/1699))
46
+
48
47
## [8.0.0] - 2022-05-19
49
48
### Added
50
49
- Add a _WARNING_ message when using a space-separated string with cucumber_opts
0 commit comments