Skip to content

Commit

Permalink
Merge pull request #520 from cucumber/release/v2_4_0
Browse files Browse the repository at this point in the history
v2.4.0
  • Loading branch information
luke-hill committed Jul 21, 2021
2 parents 120af8b + 7f15882 commit 2abac38
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
on how to contribute to Cucumber.

## [master](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...master) (Not yet released)
## [main](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...main) (Not yet released)

### New Features

*

### Changed

*

### Fixed

*

## [v2.4.0](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...v2.4.0) (2021-07-21)

### New Features

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

* Updated rubocop to use new major versions ([#504](https://github.com/cucumber/cucumber-rails/pull/504) /
[#519](https://github.com/cucumber/cucumber-rails/pull/519) [luke-hill])

### Removed

### Fixed

*
* Removed traces of legacy spork setup / help (No longer used) ([#518](https://github.com/cucumber/cucumber-rails/pull/518))

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

Expand Down
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)

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

0 comments on commit 2abac38

Please sign in to comment.