Skip to content

Commit

Permalink
Bump version to v5.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Feb 8, 2019
1 parent a9cce0b commit 9c90d6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot_rails (5.0.0)
factory_bot_rails (5.0.1)
factory_bot (~> 5.0.0)
railties (>= 4.2.0)

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
factory_bot_rails versioning is synced with factory_bot releases. For this reason
there might not be any notable changes in new versions of this project.

5.0.1
Bugfix: Avoid watching files and directories that don't exist (to avoid a
file watching bug in Rails https://github.com/rails/rails/issues/32700)

5.0.0
Added: calling reload! in the Rails console will reload any factory definition files that have changed
Added: support for custom generator templates
Expand Down
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "factory_bot_rails"
s.version = "5.0.0"
s.version = "5.0.1"
s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
Expand Down

0 comments on commit 9c90d6b

Please sign in to comment.