Skip to content

Commit 77f026b

Browse files
authored
Merge pull request #1933 from rubocop/release
Release v3.0.2
2 parents 9ca2541 + 0cb5dc5 commit 77f026b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Master (Unreleased)
44

5+
## 3.0.2 (2024-07-02)
6+
57
- Fix wrong autocorrect for `RSpec/ScatteredSetup` when hook contains heredoc. ([@earlopain])
68
- Fix false negative for `RSpec/PredicateMatcher` when expectation contains custom failure message. ([@earlopain])
79
- Facilitate the 3.0 upgrade flow with proper extracted cop messages. ([@jeppester])

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 = '3.0.1'
7+
STRING = '3.0.2'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)