Skip to content

Commit

Permalink
Merge pull request #1054 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Release v2.0.0-pre, compatible with RuboCop v1.0
  • Loading branch information
bquorning committed Oct 22, 2020
2 parents 39a2833 + 4f2efe7 commit 6d98106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.0.0-pre (2020-10-22)

* Update RuboCop dependency to v1.0.0. ([@bquorning][])
* **(Potentially breaking)** Change namespace of several cops (`Capybara/*` -> `RSpec/Capybara/*`, `FactoryBot/*` -> `RSpec/FactoryBot/*`, `Rails/*` -> `RSpec/Rails/*`). ([@pirj][], [@bquorning][])

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.44.1'
STRING = '2.0.0-pre'
end
end
end

0 comments on commit 6d98106

Please sign in to comment.