Skip to content

Commit 754ed3f

Browse files
committed
v8.0.0
1 parent 9964187 commit 754ed3f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.1...main)
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0)
3+
4+
### 8.0.0 / 2025-04-30
35

46
Enhancements:
57

@@ -8,6 +10,10 @@ Enhancements:
810
(rspec/rspec-rails#2832)
911
* Add support for `served_by` in system specs. (Sam Giffney, rspec/rspec-rails#2841)
1012

13+
Breaking Changes:
14+
15+
* Minimum supported Rails version is 7.2.0
16+
1117
### 7.1.1 / 2025-02-06
1218
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1)
1319

lib/rspec/rails/version.rb

+1-1
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 = '7.2.0.pre'
6+
STRING = '8.1.0.pre'
77
end
88
end
99
end

0 commit comments

Comments
 (0)