Skip to content

Commit 11897e8

Browse files
committed
Prepare release v3.0.1
Created-by: polyglot-release v1.5.0
1 parent d654dff commit 11897e8

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

CHANGELOG.md

+12-17
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
This file is intended to be modified using the [`changelog`](https://github.com/cucumber/changelog) command-line tool.
99

1010
## [Unreleased]
11+
12+
## [3.0.1] - 2024-11-05
1113
### Changed
1214
- 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)
1315

@@ -20,12 +22,12 @@ This file is intended to be modified using the [`changelog`](https://github.com/
2022
- 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)
2123

2224
### 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))
2426
- 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))
2628
- 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))
2931

3032
## [3.0.0.rc.1] - 2023-09-15
3133
### Removed
@@ -38,29 +40,22 @@ This file is intended to be modified using the [`changelog`](https://github.com/
3840
- Automate release process [#554](https://github.com/cucumber/cucumber-rails/pull/554)
3941

4042
## [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)
43-
([#540](https://github.com/cucumber/cucumber-rails/pull/540) [mattwynne])
44-
4543
### Changed
46-
- Gem update: allowed cucumber 8 ([#538](https://github.com/cucumber/cucumber-rails/pull/538) / [#541](https://github.com/cucumber/cucumber-rails/pull/541) [mattwynne])
44+
- Gem update: allowed cucumber 8 ([#538](https://github.com/cucumber/cucumber-rails/pull/538) / [#541](https://github.com/cucumber/cucumber-rails/pull/541) [mattwynne](https://github.com/mattwynne))
4745
- New release process. Older releases are in [this changelog](./CHANGELOG.old.md)
4846

4947
### Fixed
5048
- Some bugs with dev dependencies have now been fixed externally, so these have been unrestricted
51-
([#552](https://github.com/cucumber/cucumber-rails/pull/552) [BrianHawley])
52-
49+
([#552](https://github.com/cucumber/cucumber-rails/pull/552) [BrianHawley](https://github.com/BrianHawley))
5350
- Fixed up some rubocop offenses from updated `rubocop-performance`
54-
([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle])
51+
([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle](https://github.com/olleolleolle))
5552

56-
[Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0...HEAD
53+
[Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.1...HEAD
54+
[3.0.1]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0...v3.0.1
5755
[3.0.0]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0.rc.1...v3.0.0
5856
[3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
5957
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
6058
[2.6.0]: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0
61-
62-
[olleolleolle]: https://github.com/olleolleolle
63-
[BrianHawley]: https://github.com/BrianHawley
64-
[mattwynne]: https://github.com/mattwynne
59+
//github.com/mattwynne
6560
[orien]: https://github.com/orien
6661
[luke-hill]: https://github.com/luke-hill

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

0 commit comments

Comments
 (0)