Skip to content

Commit

Permalink
Merge pull request #503 from cucumber/release/v2_3
Browse files Browse the repository at this point in the history
v2.3
  • Loading branch information
luke-hill committed Mar 30, 2021
2 parents 4e6703b + df9f88e commit 35c04f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
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.2.0...master) (Not yet released)
## [master](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...master) (Not yet released)

### New Features

*
*

### Changed

* Changed dependency from rails to railties to avoid pulling in optional Rails gems like actioncable ([#486](https://github.com/cucumber/cucumber-rails/pull/486) [langalex]).
*

### Fixed

*

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

### New Features

*

### Changed

* Changed dependency from rails to railties to avoid pulling in optional Rails gems like actioncable ([#486](https://github.com/cucumber/cucumber-rails/pull/486) [langalex])

* Lightened gem binary by removing un-needed files ([#496](https://github.com/cucumber/cucumber-rails/pull/496) [orien])

### Fixed

* Fixed up a couple of legacy capybara specs to use a better format ([#498](https://github.com/cucumber/cucumber-rails/pull/498) [luke-hill])

## [v2.2.0](https://github.com/cucumber/cucumber-rails/compare/v2.1.0...v2.2.0) (2020-08-10)

### New Features
Expand Down Expand Up @@ -653,3 +669,4 @@ and to celebrate that cucumber-rails now supports Capybara as an alternative to
[botandrose]: https://github.com/botandrose
[Draiken]: https://github.com/Draiken
[langalex]: https://github.com/langalex
[orien]: https://github.com/orien
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.2.0'
s.version = '2.3.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 35c04f2

Please sign in to comment.