Skip to content

Commit

Permalink
Merge pull request #766 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Bump version to v1.33.0
  • Loading branch information
bquorning authored May 13, 2019
2 parents 3b61283 + b9363ee commit 23b6ccb
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.33.0 (2019-05-13)

* Let `RSpec/DescribedClass` pass `Struct` instantiation closures. ([@schmijos][])
* Fixed `RSpec/ContextWording` missing `context`s with metadata. ([@pirj][])
* Fix `FactoryBot/AttributeDefinedStatically` not working with an explicit receiver. ([@composerinteralia][])
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.32.0'
STRING = '1.33.0'
end
end
end

0 comments on commit 23b6ccb

Please sign in to comment.