We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9964187 commit 754ed3fCopy full SHA for 754ed3f
Changelog.md
@@ -1,5 +1,7 @@
1
### Development
2
-[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.1...main)
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0)
3
+
4
+### 8.0.0 / 2025-04-30
5
6
Enhancements:
7
@@ -8,6 +10,10 @@ Enhancements:
8
10
(rspec/rspec-rails#2832)
9
11
* Add support for `served_by` in system specs. (Sam Giffney, rspec/rspec-rails#2841)
12
13
+Breaking Changes:
14
15
+* Minimum supported Rails version is 7.2.0
16
17
### 7.1.1 / 2025-02-06
18
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1)
19
lib/rspec/rails/version.rb
@@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
- STRING = '7.2.0.pre'
+ STRING = '8.1.0.pre'
end
0 commit comments