Skip to content

Commit

Permalink
Bump version v2.25.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 4, 2024
1 parent 7acc33d commit d22d86b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.25.0 (2024-01-04)

- Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced models. ([@ydah])
- Add new `FactoryBot/ExcessiveCreateList` cop. ([@ddieulivol])
- Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when hash pinning. ([@ydah])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
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
@@ -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
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
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 d22d86b

Please sign in to comment.