Skip to content

Commit 130655b

Browse files
committed
Release v3.0.0.pre
1 parent f41cd5a commit 130655b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 3.0.0.pre (2024-06-05)
6+
57
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
68
- Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah])
79
- Remove `RSpec/FilePath` cop. ([@ydah])
@@ -10,6 +12,8 @@
1012
- Add new `RSpec/MissingExpectationTargetMethod` cop. ([@krororo])
1113
- Fix an error for `RSpec/ScatteredSetup` when one of the hooks is an empty block. ([@earlopain])
1214

15+
Read more about how to upgrade in https://docs.rubocop.org/rubocop-rspec/upgrade_to_version_3.html
16+
1317
## 2.31.0 (2024-06-07)
1418

1519
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-rspec
22
title: RuboCop RSpec
3-
version: ~
3+
version: '3.0'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '2.29.2'
7+
STRING = '3.0.0.pre'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)