Skip to content

Commit 40afce4

Browse files
authored
Merge pull request #144 from rubocop/release
Release 2.27.0
2 parents 791d673 + 244440a commit 40afce4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 2.27.0 (2025-03-06)
6+
57
- Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when using traits and omitting hash values. ([@thejonroberts])
68
- Make RuboCop FactoryBot work as a RuboCop plugin. ([@bquorning])
79

docs/antora.yml

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

lib/rubocop/factory_bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module FactoryBot
55
# Version information for the factory_bot RuboCop plugin.
66
module Version
7-
STRING = '2.26.1'
7+
STRING = '2.27.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)