Skip to content

Commit

Permalink
Merge pull request #787 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Bump version to 1.34.0
  • Loading branch information
bquorning authored Jul 23, 2019
2 parents ec2bcfa + c107b56 commit bcb7ce2
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)

## 1.34.0 (2019-07-23)

* Remove `AggregateFailuresByDefault` config option of `RSpec/MultipleExpectations`. ([@pirj][])
* Add `RSpec/LeakyConstantDeclaration` cop. ([@jonatas][], [@pirj][])
* Improve `aggregate_failures` metadata detection of `RSpec/MultipleExpectations`. ([@pirj][])
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 = '1.33.0'
STRING = '1.34.0'
end
end
end

0 comments on commit bcb7ce2

Please sign in to comment.