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
+12-17
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
This file is intended to be modified using the [`changelog`](https://github.com/cucumber/changelog) command-line tool.
9
9
10
10
## [Unreleased]
11
+
12
+
## [3.0.1] - 2024-11-05
11
13
### Changed
12
14
- Add support for Rails 7.2 / Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586)[#588](https://github.com/cucumber/cucumber-rails/pull/588)
13
15
@@ -20,12 +22,12 @@ This file is intended to be modified using the [`changelog`](https://github.com/
20
22
- Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant [#581](https://github.com/cucumber/cucumber-rails/pull/581)
21
23
22
24
### Fixed
23
-
- Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill])
25
+
- Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill](https://github.com/luke-hill))
24
26
- Generator updates (Updated the install locations for some scripts from `script/` to `bin/` and remove some legacy items)
25
-
([luke-hill])
27
+
([luke-hill](https://github.com/luke-hill))
26
28
- Update minimum versions of several gems: capybara must be `v3.11+` and cucumber must be `v5+` (cucumber v9 is also permissible)
27
-
([luke-hill])
28
-
- Fixed an issue where the World instantiation didn't re-run the inherited classes initializer ([luke-hill])
29
+
([luke-hill](https://github.com/luke-hill))
30
+
- Fixed an issue where the World instantiation didn't re-run the inherited classes initializer ([luke-hill](https://github.com/luke-hill))
29
31
30
32
## [3.0.0.rc.1] - 2023-09-15
31
33
### Removed
@@ -38,29 +40,22 @@ This file is intended to be modified using the [`changelog`](https://github.com/
38
40
- Automate release process [#554](https://github.com/cucumber/cucumber-rails/pull/554)
39
41
40
42
## [2.6.0] - 2022-10-07
41
-
### New Features
42
-
- Dependabot has now been added to the repo (Alongside this a bunch of gem updates have been done)
0 commit comments