Skip to content

Commit 2abac38

Browse files
authored
Merge pull request #520 from cucumber/release/v2_4_0
v2.4.0
2 parents 120af8b + 7f15882 commit 2abac38

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
22
on how to contribute to Cucumber.
33

4-
## [master](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...master) (Not yet released)
4+
## [main](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...main) (Not yet released)
5+
6+
### New Features
7+
8+
*
9+
10+
### Changed
11+
12+
*
13+
14+
### Fixed
15+
16+
*
17+
18+
## [v2.4.0](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...v2.4.0) (2021-07-21)
519

620
### New Features
721

@@ -14,10 +28,10 @@ on how to contribute to Cucumber.
1428

1529
* Updated rubocop to use new major versions ([#504](https://github.com/cucumber/cucumber-rails/pull/504) /
1630
[#519](https://github.com/cucumber/cucumber-rails/pull/519) [luke-hill])
31+
32+
### Removed
1733

18-
### Fixed
19-
20-
*
34+
* Removed traces of legacy spork setup / help (No longer used) ([#518](https://github.com/cucumber/cucumber-rails/pull/518))
2135

2236
## [v2.3.0](https://github.com/cucumber/cucumber-rails/compare/v2.2.0...v2.3.0) (2021-03-30)
2337

cucumber-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'cucumber-rails'
7-
s.version = '2.3.0'
7+
s.version = '2.4.0'
88
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']
99
s.description = 'Cucumber Generator and Runtime for Rails'
1010
s.summary = "#{s.name}-#{s.version}"

0 commit comments

Comments
 (0)