Skip to content

Commit 44e7d6e

Browse files
committed
Bump version to v1.41.0
1 parent 6e1d698 commit 44e7d6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Master (Unreleased)
44

5+
## 1.41.0 (2020-07-03)
6+
57
* Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][])
68
* Fix `FactoryBot/AttributeDefinedStatically` to allow `#traits_for_enum` without a block. ([@harrylewis][])
9+
* Improve the performance of `FactoryBot/AttributeDefinedStatically`, `RSpec/InstanceVariable`, `RSpec/LetSetup`, `RSpec/NestedGroups` and `RSpec/ReturnFromStub`. ([@andrykonchin][])
710

811
## 1.40.0 (2020-06-11)
912

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '1.40.0'
7+
STRING = '1.41.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)