Bump version to v6.0.2 [ci skip]

This commit is contained in:
Daniel Colson 2020-06-19 23:50:07 -04:00
parent 33f22f8c5b
commit 833a04491a
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
8 changed files with 10 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)
GEM

View File

@ -1,5 +1,8 @@
# News
## 6.0.2 (June 19, 2020)
* Fixed: bug causing traits to consume more memory each time they were used
## 6.0.1 (June 19, 2020)
* Fixed: bug with constant resolution causing unexpected uninitialized constant errors

View File

@ -2,7 +2,7 @@
1. Update version file accordingly and run `bundle install` to update the
Gemfile.lock and `bundle exec appraisal install` to update the Appraisal
gemfile.lock files.
gemfile.lock files.
1. Update `NEWS.md` to reflect the changes since last release.
1. Commit changes.
There shouldn't be code changes,

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.0.1".freeze
VERSION = "6.0.2".freeze
end