Skip to content

Commit 140cfa9

Browse files
committed
Bump version to 1.36.0
1 parent 29c4ee2 commit 140cfa9

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.36.0 (2019-09-27)
6+
57
* Fix `RSpec/DescribedClass`'s error when `described_class` is used as part of a constant. ([@pirj][])
68
* Fix `RSpec/ExampleWording` autocorrect of multi-line docstrings. ([@pirj][])
79
* Add `RSpec/ContextMethod` cop, to detect method names in `context`. ([@geniou][])

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

0 commit comments

Comments
 (0)