Skip to content

Commit

Permalink
Bump to 6.4.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 30, 2023
1 parent d7d5ae8 commit 6b350d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)

Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 6b350d1

Please sign in to comment.