Bump version to 5.2.0

This commit is contained in:
Daniel Colson 2020-04-24 11:57:03 -04:00
parent 0b53d28b4c
commit f7bceec321
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
8 changed files with 17 additions and 13 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.1.2)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
GEM
@ -143,4 +143,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.1.2
2.1.4

View File

@ -1,5 +1,9 @@
# News
## 5.2.0 (April 24, 2020)
* Added: Pass index to block for `*_list` methods
* Deprecated: top-level methods meant only for internal use: `callbacks`, `configuration`, `constructor`, `initialize_with`, `register_sequence`, `resent_configuration`, `skip_create`, `to_create`
## 5.1.2 (March 25, 2020)
* Fixed: Ruby 2.7 keyword deprecation warning in FactoryBot.lint

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.2)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
GEM
@ -144,4 +144,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.1.2
2.1.4

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.2)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
GEM
@ -143,4 +143,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.1.2
2.1.4

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.2)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
GEM
@ -143,4 +143,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.1.2
2.1.4

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.2)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
GEM
@ -143,4 +143,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.1.2
2.1.4

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.2)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
GEM
@ -143,4 +143,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.1.2
2.1.4

View File

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.1.2".freeze
VERSION = "5.2.0".freeze
end