mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 6.2.0 [ci skip]
This commit is contained in:
parent
6f3fe876f8
commit
d07fa850f3
3 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_bot (6.1.0)
|
factory_bot (6.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -154,4 +154,4 @@ DEPENDENCIES
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.2.16
|
||||||
|
|
6
NEWS.md
6
NEWS.md
|
@ -1,5 +1,11 @@
|
||||||
# News
|
# News
|
||||||
|
|
||||||
|
## 6.2.0 (May 7, 2021)
|
||||||
|
* Added: support for Ruby 3.0
|
||||||
|
* Changed: Include factory or trait name in error messages for missing traits. d05a9a3c
|
||||||
|
* Changed: Switched from Travis CI to GitHub Actions
|
||||||
|
* Fixed: More Ruby 2.7 kwarg deprecation warnings
|
||||||
|
|
||||||
## 6.1.0 (July 8, 2020)
|
## 6.1.0 (July 8, 2020)
|
||||||
* Added: public reader for the evaluation instance, helpful for building interrelated associations
|
* Added: public reader for the evaluation instance, helpful for building interrelated associations
|
||||||
* Changed: raise a more helpful error when passing an invalid argument to an association
|
* Changed: raise a more helpful error when passing an invalid argument to an association
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module FactoryBot
|
module FactoryBot
|
||||||
VERSION = "6.1.0".freeze
|
VERSION = "6.2.0".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue