Skip to content

Commit

Permalink
Merge pull request #1875 from rubocop/release
Browse files Browse the repository at this point in the history
Bump to v2.29.1
  • Loading branch information
ydah committed May 2, 2024
2 parents 0a7a442 + 7c75620 commit 0d51335
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.29.2 (2024-05-02)

- Fix beginless and endless range bug for RepeatedIncludeExample cop. ([@hasghari])
- Fix a false positive for `RSpec/RepeatedSubjectCall` when subject is used as argument to function call. ([@K-S-A])

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.29.1'
STRING = '2.29.2'
end
end
end

0 comments on commit 0d51335

Please sign in to comment.