Skip to content

Commit 0857cbc

Browse files
committed
v6.0.0
1 parent a881e94 commit 0857cbc

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

Changelog.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.0.rc1...main)
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.0.0...main)
3+
4+
### 6.0.0
5+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.2...6.0.0)
36

47
Enhancements:
58

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

813
Breaking Changes:
914

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

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

19-
### 6.0.0.rc1
20-
21-
Enhancements:
22-
23-
* Support Rails 7
24-
* Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599)
25-
26-
Breaking Changes:
27-
28-
* Drop support for Rails below 6.1
29-
* Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)
30-
3126
### 5.1.2 / 2022-04-24
3227
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.1...v5.1.2)
3328

lib/rspec/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '6.0.0.pre'
6+
STRING = '6.1.0.pre'
77
end
88
end
99
end

0 commit comments

Comments
 (0)