Skip to content

Commit 20de270

Browse files
committed
Release v3.0.0
1 parent e6df2be commit 20de270

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Master (Unreleased)
44

5-
## 3.0.0.pre (2024-06-05)
5+
## 3.0.0 (2024-06-11)
66

77
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
88
- Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah])

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: ~
3+
version: '3.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 = '3.0.0.pre'
7+
STRING = '3.0.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)