From 244440ac37f579c679441075e8e06e3ceb872fe6 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Wed, 5 Mar 2025 22:28:14 +0100 Subject: [PATCH] Release 2.27.0 --- CHANGELOG.md | 2 ++ docs/antora.yml | 2 +- lib/rubocop/factory_bot/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcc9327..889e67e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.27.0 (2025-03-06) + - Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when using traits and omitting hash values. ([@thejonroberts]) - Make RuboCop FactoryBot work as a RuboCop plugin. ([@bquorning]) diff --git a/docs/antora.yml b/docs/antora.yml index a5bce849..4a556ea0 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-factory_bot title: RuboCop factory_bot -version: ~ +version: '2.27' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/factory_bot/version.rb b/lib/rubocop/factory_bot/version.rb index ff4e4ee8..3811341e 100644 --- a/lib/rubocop/factory_bot/version.rb +++ b/lib/rubocop/factory_bot/version.rb @@ -4,7 +4,7 @@ module RuboCop module FactoryBot # Version information for the factory_bot RuboCop plugin. module Version - STRING = '2.26.1' + STRING = '2.27.0' end end end