Skip to content

Commit 1bb407e

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

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...main)
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...7-0-maintenance)
3+
4+
### 7.0.0 / 2024-09-02
5+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0)
36

47
Enhancements:
58

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ According to [RSpec Rails new versioning strategy][] use:
3232

3333
## Installation
3434

35-
**IMPORTANT** This README / branch refers to the current development build.
36-
See the [`7-0-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/7-0-maintenance) if you want or require the latest stable release.
35+
**IMPORTANT** This README / branch refers to the 7.0.x stable release series, only bugfixes from this series will
36+
be added here. See the [`main` branch on Github](https://github.com/rspec/rspec-rails/tree/main) if you want or
37+
require the latest unstable features.
3738

3839
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
3940
of your app’s `Gemfile`:

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

0 commit comments

Comments
 (0)