Skip to content

Commit

Permalink
Bugfix/post 3 1 1 release (#593)
Browse files Browse the repository at this point in the history
* Fix bottom of changelog

* Alter 3.0.0 additions to be additions

* Fix 3.0.1 and 3.1.0 to be added changes

* Switch over to using non deprecated commands from appraisal
  • Loading branch information
luke-hill authored Jan 30, 2025
1 parent 8c88d39 commit 78eb4e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ This file is intended to be modified using the [`changelog`](https://github.com/
- Updated some dev dependencies and improved some dev rake tasks to make testing leaner

## [3.1.0] - 2024-11-25
### Added
- Add support for Rails 8.0 (No code changes required) [#590](https://github.com/cucumber/cucumber-rails/pull/590)

## [3.0.1] - 2024-11-05
### Changed
### Added
- Add support for Rails 7.2 / Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586) [#588](https://github.com/cucumber/cucumber-rails/pull/588)

### Fixed
- Internal testing code has been refactored to handle older ruby/rails installs [#583](https://github.com/cucumber/cucumber-rails/pull/583)

## [3.0.0] - 2023-11-01
### Changed
### Added
- Add support for Rails 7.1 [#575](https://github.com/cucumber/cucumber-rails/pull/575)
- Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant [#581](https://github.com/cucumber/cucumber-rails/pull/581)

Expand Down Expand Up @@ -64,8 +66,3 @@ This file is intended to be modified using the [`changelog`](https://github.com/
[3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0
.5.1...v2.6.0
2.5.1...v2.6.0
//github.com/mattwynne
[orien]: https://github.com/orien
[luke-hill]: https://github.com/luke-hill
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace :gemfiles do

desc 'Remove all generated gemfiles'
task :clean do
FileUtils.rm_rf('gemfiles/*')
system 'bundle exec appraisal clean'
end

desc 'Remove all generated gemfiles and re-install dependencies'
Expand Down

0 comments on commit 78eb4e2

Please sign in to comment.