Skip to content

Commit ebf6a53

Browse files
committed
v7.0.0
1 parent 8c870d6 commit ebf6a53

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### Development
22
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...main)
33

4+
### 7.0.0 / 2024-09-02
5+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0)
6+
47
Enhancements:
58

69
* Change default driver for system specs on Rails 7.2 to match its default.

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 = '7.0.0.pre'
6+
STRING = '7.1.0.pre'
77
end
88
end
99
end

0 commit comments

Comments
 (0)