Skip to content

Commit

Permalink
Merge pull request #532 from cucumber/release/2_5
Browse files Browse the repository at this point in the history
v2.5
  • Loading branch information
luke-hill authored Mar 7, 2022
2 parents 9d8f2e6 + bc98734 commit fa07f57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
on how to contribute to Cucumber.

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

### New Features

* Added `:none` option for `javascript_strategy` which indicates no special handling of `@javascript` tagged tests ([#522](https://github.com/cucumber/cucumber-rails/pull/522) [akostadinov])
* Added support for Rails 7 ([#526](https://github.com/cucumber/cucumber-rails/pull/526/) [mgrunberg])
* Added Ruby 3.1 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])


### Changed

* Dropped Ruby 2.4 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])


### Fixed

*

## [v2.5.0](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...v2.5.0) (2022-03-07)

### New Features

* Added `:none` option for `javascript_strategy` which indicates no special handling of `@javascript` tagged tests ([#522](https://github.com/cucumber/cucumber-rails/pull/522) [akostadinov])
* Added support for Rails 7 ([#526](https://github.com/cucumber/cucumber-rails/pull/526/) [mgrunberg])
* Added Ruby 3.1 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])

### Changed

* Dropped Ruby 2.4 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])

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

### New Features
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.4.0'
s.version = '2.5.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 fa07f57

Please sign in to comment.