We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8c1f3 commit 49af87fCopy full SHA for 49af87f
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.35.0 (2019-08-02)
6
+
7
* Add `RSpec/ImplicitBlockExpectation` cop. ([@pirj][])
8
9
## 1.34.1 (2019-07-31)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.34.1'
+ STRING = '1.35.0'
end
10
0 commit comments