Skip to content

Commit

Permalink
Merge pull request #953 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Bump version to v1.41.0
  • Loading branch information
pirj committed Jul 3, 2020
2 parents 6e1d698 + 44e7d6e commit e6857d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,11 @@

## Master (Unreleased)

## 1.41.0 (2020-07-03)

* Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][])
* Fix `FactoryBot/AttributeDefinedStatically` to allow `#traits_for_enum` without a block. ([@harrylewis][])
* Improve the performance of `FactoryBot/AttributeDefinedStatically`, `RSpec/InstanceVariable`, `RSpec/LetSetup`, `RSpec/NestedGroups` and `RSpec/ReturnFromStub`. ([@andrykonchin][])

## 1.40.0 (2020-06-11)

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.40.0'
STRING = '1.41.0'
end
end
end

0 comments on commit e6857d8

Please sign in to comment.