From ad1a33b54a3b648ab90db6e7cd3305575edb3f73 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Sun, 3 Mar 2024 20:34:23 +0100 Subject: [PATCH] Bump version to v2.27.1 --- CHANGELOG.md | 2 ++ docs/antora.yml | 2 +- lib/rubocop/rspec/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cda77667..acc851165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.27.1 (2024-03-03) + - Fix a false positive for `RSpec/RepeatedSubjectCall` when `subject.method_call`. ([@ydah]) ## 2.27.0 (2024-03-01) diff --git a/docs/antora.yml b/docs/antora.yml index 51a533a15..edd1d19a9 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-rspec title: RuboCop RSpec -version: ~ +version: '2.27' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 20d9f952c..63cf8b7d4 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 = '2.27.0' + STRING = '2.27.1' end end end