Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 10, 2022
1 parent 7cd6f93 commit 0646044
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
21 changes: 8 additions & 13 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.0.rc1...6-0-maintenance)
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.0...6-0-maintenance)

### 6.0.0
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.2...6.0.0)

Enhancements:

* Support Rails 7
* Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599)
* Generators now respects default path configuration option. (@vivekmiyani, #2508)

Breaking Changes:

* Drop support for Rails below 6.1
* Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)
* Change the order of `after_teardown` from `after` to `around` in system
specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596)

Expand All @@ -16,18 +23,6 @@ Deprecations:
which was an alias of request spec generator (`rspec:request`)
(Luka Lüdicke, #2374)

### 6.0.0.rc1

Enhancements:

* Support Rails 7
* Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599)

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.2 / 2022-04-24
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.1...v5.1.2)

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.rc1'
STRING = '6.0.0'
end
end
end

0 comments on commit 0646044

Please sign in to comment.