Skip to content

Commit 6b350d1

Browse files
committed
Bump to 6.4.3 [ci skip]
1 parent d7d5ae8 commit 6b350d1

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot_rails (6.4.2)
4+
factory_bot_rails (6.4.3)
55
factory_bot (~> 6.4)
66
railties (>= 5.0.0)
77

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ there might not be any notable changes in new versions of this project.
33

44
# NEWS
55

6+
## 6.4.3 (December 29, 2023)
7+
8+
* Changed: allow sequence definitions for ActiveRecord primary keys (Mike
9+
Burns).
10+
* Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
11+
* Documentation improvements (obregonia1).
12+
* Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
13+
* Internal: RubyGems points to changelog (Tilo Sloboda).
14+
* Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike
15+
Burns).
16+
617
## 6.4.2 (November 23, 2023)
718
* Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif
819
Sgaid, Benoit Tigeot)

factory_bot_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "factory_bot_rails"
3-
s.version = "6.4.2"
3+
s.version = "6.4.3"
44
s.authors = ["Joe Ferris"]
55
s.email = "jferris@thoughtbot.com"
66
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"

0 commit comments

Comments
 (0)