Skip to content

Commit

Permalink
Bump version v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 2, 2024
1 parent b75e09b commit f08f562
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.25.0 (2024-01-02)

- Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced models. ([@ydah])
- Add new `FactoryBot/ExcessiveCreateList` cop. ([@ddieulivol])

Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ FactoryBot/ExcessiveCreateList:
- "**/test/**/*"
- "**/features/support/factories/**/*.rb"
MaxAmount: 10
VersionAdded: "<<next>>"
VersionAdded: '2.25'
Reference: https://www.rubydoc.info/gems/rubocop-factory_bot/RuboCop/Cop/FactoryBot/ExcessiveCreateList

FactoryBot/FactoryAssociationWithStrategy:
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-factory_bot
title: RuboCop factory_bot
version: ~
version: '2.25'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_factorybot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ create_list :user, 3
| Pending
| Yes
| No
| <<next>>
| 2.25
| -
|===

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/factory_bot/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module FactoryBot
# Version information for the factory_bot RuboCop plugin.
module Version
STRING = '2.24.0'
STRING = '2.25.0'
end
end
end

0 comments on commit f08f562

Please sign in to comment.