Skip to content

Commit e4db5ec

Browse files
committed
Release v2.0.0-pre, compatible with RuboCop v1.0
1 parent 0f09adb commit e4db5ec

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.0-pre (2020-10-22)
6+
57
* Update RuboCop dependency to v1.0.0. ([@bquorning][])
68
* **(Potentially breaking)** Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][])
79

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

0 commit comments

Comments
 (0)