Skip to content

Commit 1124a27

Browse files
committed
Bump to 6.5.3 [ci skip]
1 parent 0abe26c commit 1124a27

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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 (6.5.2)
4+
factory_bot (6.5.3)
55
activesupport (>= 6.1.0)
66

77
GEM

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# News
22

3+
## 6.5.3 (June 2, 2025)
4+
5+
* Fix: Factory sequences without blocks (CodeMeister)
6+
* Added: New methods for setting, generating and rewinding sequences (CodeMeister)
7+
38
## 6.5.2 (May 30, 2025)
49

510
* Changed: Updated "verbose linting" test to allow for backtrace changes in Ruby 3.4 (CodeMeister)

lib/factory_bot/version.rb

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

0 commit comments

Comments
 (0)