Skip to content

Commit

Permalink
Merge pull request #1727 from rubocop/release
Browse files Browse the repository at this point in the history
Bump version to v2.24.1
  • Loading branch information
bquorning committed Sep 23, 2023
2 parents e7d0fd5 + 178a518 commit 35d0a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35d0a2f

Please sign in to comment.