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 0a225f0 commit 9338a3fCopy full SHA for 9338a3f
Changelog.md
@@ -1,5 +1,8 @@
1
### Development
2
-[Full Changelog](https://github.com/rspec/rspec-rails/compare/v8.0.0...8-0-maintenance)
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v8.0.1...8-0-maintenance)
3
+
4
+### 8.0.1 / 2025-06-19
5
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v8.0.0...v8.0.1)
6
7
Bug Fixes:
8
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 = '8.0.0'
+ STRING = '8.0.1'
end
9
0 commit comments