From 6b350d19651db3b2aa6cf130b6ad00a60ef5ebbe Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 29 Dec 2023 19:29:07 -0500 Subject: [PATCH] Bump to 6.4.3 [ci skip] --- Gemfile.lock | 2 +- NEWS.md | 11 +++++++++++ factory_bot_rails.gemspec | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cab337a..741ed64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_bot_rails (6.4.2) + factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) diff --git a/NEWS.md b/NEWS.md index a9f280a..8235505 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,17 @@ there might not be any notable changes in new versions of this project. # NEWS +## 6.4.3 (December 29, 2023) + +* Changed: allow sequence definitions for ActiveRecord primary keys (Mike + Burns). +* Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns) +* Documentation improvements (obregonia1). +* Internal: GitHub Actions improvements (Lorenzo Zabot, ydah). +* Internal: RubyGems points to changelog (Tilo Sloboda). +* Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike + Burns). + ## 6.4.2 (November 23, 2023) * Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot) diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index 485299c..04c17e9 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.4.2" + s.version = "6.4.3" s.authors = ["Joe Ferris"] s.email = "jferris@thoughtbot.com" s.homepage = "https://github.com/thoughtbot/factory_bot_rails"