Skip to content

Commit dfdef4c

Browse files
Bump to 6.5.1 (#543)
[ci skip]
1 parent b6c4e8d commit dfdef4c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.5.0)
4+
factory_bot_rails (6.5.1)
55
factory_bot (~> 6.5)
66
railties (>= 6.1.0)
77

NEWS.md

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

44
# NEWS
55

6+
## 6.5.1 (September 5, 2025)
7+
8+
* Add: Add AuthenticationGenerator for users factory creation (Rodrigo Toledo)
9+
* Changed: Update required_ruby_version to require >= Ruby 3.1 (y-yagi)
10+
* Internal: Fix Cucumber tests (Neil Carvalho)
11+
612
## 6.5.0 (June 13, 2025)
713

814
* Add: First-party support for [`file_fixture`](https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture) within factory blocks (Sean Doyle)

lib/factory_bot_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FactoryBotRails
2-
VERSION = "6.5.0".freeze
2+
VERSION = "6.5.1".freeze
33
end

0 commit comments

Comments
 (0)