Skip to content

Commit 0c9cc1d

Browse files
committed
Bump version to 2.0.0
- Rename the "Change log" to "Changelog". - Remove mention of "potentially breaking" changes. All changes between 1.x and 2.0 should be regarded as potentially breaking, so no need to highlight one over the rest.
1 parent cc09e7d commit 0c9cc1d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# Change log
1+
# Changelog
22

33
## Master (Unreleased)
44

5+
## 2.0.0 (2020-11-06)
6+
57
* Remove deprecated class `::RuboCop::Cop::RSpec::Cop`. ([@bquorning][])
68
* Retire `RSpec/InvalidPredicateMatcher` cop. ([@pirj][])
79
* Remove the code responsible for filtering files to inspect. ([@pirj][])
810
* Make RSpec language elements configurable. ([@sl4vr][])
911
* Remove `CustomIncludeMethods` `RSpec/EmptyExampleGroup` option in favour of the new RSpec DSL configuration. ([@pirj][])
10-
* Enabled pending cops (`RSpec/StubbedMock'). ([@pirj][])
12+
* Enabled pending cop (`RSpec/StubbedMock`). ([@pirj][])
1113

1214
## 2.0.0.pre (2020-10-22)
1315

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

1719
## 1.44.1 (2020-10-20)
1820

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-rspec
22
title: RuboCop RSpec
3-
version: master
3+
version: '2.0'
44
nav:
55
- modules/ROOT/nav.adoc

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

0 commit comments

Comments
 (0)