Skip to content

Commit

Permalink
Bump version to 6.2.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed May 7, 2021
1 parent 6f3fe87 commit d07fa85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.1.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.1.4
2.2.16
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.1.0".freeze
VERSION = "6.2.0".freeze
end

0 comments on commit d07fa85

Please sign in to comment.