Skip to content

Commit

Permalink
Merge pull request #1956 from rubocop/release
Browse files Browse the repository at this point in the history
Release v3.0.5
  • Loading branch information
bquorning committed Sep 7, 2024
2 parents 74d7837 + a8a061c commit 16cf19c
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)

## 3.0.5 (2024-09-07)

- Fix false-negative and error for `RSpec/MetadataStyle` when non-literal args are used in metadata in `EnforceStyle: hash`. ([@cbliard])
- Improve offense message for `RSpec/IndexedLet`. ([@earlopain])

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 = '3.0.4'
STRING = '3.0.5'
end
end
end

0 comments on commit 16cf19c

Please sign in to comment.