From 178a5180973526982f24cfceb6cccccd7435fa83 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Sat, 23 Sep 2023 10:01:13 +0200 Subject: [PATCH] Bump version to v2.24.1 --- 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 760b8e797..1739aaf75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.24.1 (2023-09-23) + - Fix an error when using `RSpec/FilePath` and revert to enabled by default. If you have already moved to `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat`, disable `RSpec/FilePath` explicitly as `Enabled: false`. The `RSpec/FilePath` before migration and the `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat` as the target are available respectively. ([@ydah]) ## 2.24.0 (2023-09-08) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 59c7958f9..1d5e51338 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 = '2.24.0' + STRING = '2.24.1' end end end