From df9f88e688bd53c6994cf890c751616b259a0ca8 Mon Sep 17 00:00:00 2001 From: Luke Hill Date: Tue, 30 Mar 2021 10:48:21 +0100 Subject: [PATCH] v2.3 --- CHANGELOG.md | 23 ++++++++++++++++++++--- cucumber-rails.gemspec | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc5f03f..a065cfa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/cucumber-rails.gemspec b/cucumber-rails.gemspec index 73c6459e..5d95b973 100644 --- a/cucumber-rails.gemspec +++ b/cucumber-rails.gemspec @@ -5,7 +5,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}"