Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bce008

Browse files
authored
Merge pull request rubocop#875 from rubocop-hq/release
Bump version to 1.38.0
2 parents 292f6cb + 398f6fc commit 9bce008

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 1.38.0 (2020-02-11)
6+
57
* Fix `RSpec/InstanceVariable` detection inside custom matchers. ([@pirj][])
68
* Fix `RSpec/ScatteredSetup` to distinguish hooks with different metadata. ([@pirj][])
79
* Add autocorrect support for `RSpec/ExpectActual` cop. ([@dduugg][], [@pirj][])

lib/rubocop/rspec/version.rb

+1-1
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.37.1'
7+
STRING = '1.38.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)