Bump version to 6.2.0 [ci skip]

This commit is contained in:
Daniel Colson 2021-05-07 12:03:26 -04:00
parent 6f3fe876f8
commit d07fa850f3
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.1.0".freeze
VERSION = "6.2.0".freeze
end