Skip to content

Commit c633c86

Browse files
committed
Bump version to v2.0.1
1 parent 11b1fa4 commit c633c86

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+
## 2.0.1 (2020-12-02)
6+
57
* Fixed infinite loop in `RSpec/ExpectActual` autocorrection when both expected and actual values are literals. ([@Darhazer][])
68

79
## 2.0.0 (2020-11-06)

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 = '2.0.0'
7+
STRING = '2.0.1'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)