mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 5.0.2 [ci skip]
This commit is contained in:
parent
6078d8c486
commit
e4a49ce584
8 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_bot (5.0.1)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
|
|
5
NEWS.md
5
NEWS.md
|
@ -1,10 +1,13 @@
|
|||
# News
|
||||
|
||||
## 5.0.2 (February 22, 2019)
|
||||
* Bugfix: raise "Trait not registered" error when passing invalid trait arguments
|
||||
|
||||
## 5.0.1 (February 15, 2019)
|
||||
* Bugfix: Do not raise error when two sequences have the same name
|
||||
in two traits that have the same name
|
||||
|
||||
## 5.0.0
|
||||
## 5.0.0 (February 1, 2019)
|
||||
* Added: Verbose option to include full backtraces in the linting output
|
||||
* Changed: use_parent_strategy now defaults to true, so by default the
|
||||
build strategy will build, rather than create associations
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
factory_bot (5.0.0)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
factory_bot (5.0.0)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
factory_bot (5.0.0)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
factory_bot (5.0.0)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
factory_bot (5.0.0)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryBot
|
||||
VERSION = "5.0.1".freeze
|
||||
VERSION = "5.0.2".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue