From 0cb5dc563a67131f565546309453853748e9c5ba Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 2 Jul 2024 21:38:17 +0200 Subject: [PATCH] Release v3.0.2 --- CHANGELOG.md | 2 ++ lib/rubocop/rspec/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a932dab9a..de307ae25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 3.0.2 (2024-07-02) + - Fix wrong autocorrect for `RSpec/ScatteredSetup` when hook contains heredoc. ([@earlopain]) - Fix false negative for `RSpec/PredicateMatcher` when expectation contains custom failure message. ([@earlopain]) - Facilitate the 3.0 upgrade flow with proper extracted cop messages. ([@jeppester]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 79d587230..7d8dadbd0 100644 --- a/lib/rubocop/rspec/version.rb +++ b/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.1' + STRING = '3.0.2' end end end