From 3346305320df35eadae4ac942e44fa7adbbfa574 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 17 Nov 2023 14:05:32 -0500 Subject: [PATCH] Bump to 6.4.0 [ci skip] This is an empty release that brings us back up to consistency with factory_bot's version number. --- Gemfile.lock | 2 +- NEWS.md | 4 ++++ factory_bot_rails.gemspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c07574..4cf427e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_bot_rails (6.3.0) + factory_bot_rails (6.4.0) factory_bot (~> 6.4) railties (>= 5.0.0) diff --git a/NEWS.md b/NEWS.md index 57b0468..8820325 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project. # NEWS +## 6.4.0 (November 17, 2023) + +* Releasing this for consistency with the factory\_bot dependency. + ## 6.3.0 (November 17, 2023) * Changed: reject sequence definitions for ActiveRecord primary keys (Sean diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index 5932226..c8c1da8 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "factory_bot_rails" - s.version = "6.3.0" + s.version = "6.4.0" s.authors = ["Joe Ferris"] s.email = "jferris@thoughtbot.com" s.homepage = "https://github.com/thoughtbot/factory_bot_rails"