Skip to content

Commit ed669cd

Browse files
authored
Merge pull request #844 from rubocop-hq/release
Bump version to 1.37.0
2 parents 2be183b + 07f88f9 commit ed669cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Master (Unreleased)
44

5+
## 1.37.0 (2019-11-25)
6+
57
* Implement `RSpec/DescribedClassModuleWrapping` to disallow RSpec statements within a module. ([@kellysutton][])
68
* Fix documentation rake task to support Rubocop 0.75. ([@nickcampbell18][])
79
* Fix `RSpec/SubjectStub` to detect implicit subjects stubbed. ([@QQism][])

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.36.0'
7+
STRING = '1.37.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)