Skip to content

Commit

Permalink
Version 6.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Apr 3, 2022
1 parent 72ec96f commit a16a9b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.1...main)

### 6.0.0.rc1

Enhancements:

* Support Rails 7

Breaking Changes:

* Drop support for Rails below 6.1
* Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)

### 5.1.1 / 2022-03-07
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.0...v5.1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
STRING = '6.0.0.pre'
STRING = '6.0.0.rc1'
end
end
end

0 comments on commit a16a9b1

Please sign in to comment.