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
|
||||
remote: .
|
||||
specs:
|
||||
factory_bot (6.1.0)
|
||||
factory_bot (6.2.0)
|
||||
activesupport (>= 5.0.0)
|
||||
|
||||
GEM
|
||||
|
@ -154,4 +154,4 @@ DEPENDENCIES
|
|||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
2.2.16
|
||||
|
|
6
NEWS.md
6
NEWS.md
|
@ -1,5 +1,11 @@
|
|||
# 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)
|
||||
* 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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryBot
|
||||
VERSION = "6.1.0".freeze
|
||||
VERSION = "6.2.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue