From 20de270b853459ddbda403eb86672fcd2ba5a88f Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Mon, 10 Jun 2024 15:24:50 +0200 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 2 +- docs/antora.yml | 2 +- lib/rubocop/rspec/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d832deb..d05cca184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Master (Unreleased) -## 3.0.0.pre (2024-06-05) +## 3.0.0 (2024-06-11) - Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah]) - Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah]) diff --git a/docs/antora.yml b/docs/antora.yml index 51a533a15..7b2f34b15 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-rspec title: RuboCop RSpec -version: ~ +version: '3.0' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 08861d37c..92998daa8 100644 --- a/lib/rubocop/rspec/version.rb +++ b/lib/rubocop/rspec/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '3.0.0.pre' + STRING = '3.0.0' end end end