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 e6df2be commit 20de270Copy full SHA for 20de270
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Master (Unreleased)
4
5
-## 3.0.0.pre (2024-06-05)
+## 3.0.0 (2024-06-11)
6
7
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
8
- Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-rspec
title: RuboCop RSpec
-version: ~
+version: '3.0'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.0.0.pre'
+ STRING = '3.0.0'
end
9
10
0 commit comments