Skip to content

Commit 532a1a1

Browse files
committed
Bump to 6.5.2 [skip ci]
1 parent ce30e8b commit 532a1a1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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.0)
4+
factory_bot (6.5.2)
55
activesupport (>= 6.1.0)
66

77
GEM

NEWS.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# News
22

3+
## 6.5.2 (May 30, 2025)
4+
5+
* Changed: Updated "verbose linting" test to allow for backtrace changes in Ruby 3.4 (CodeMeister)
6+
* Fix: Set the same timestamps for `created_at` and `updated_at` on `build_stubbed` (Kim Emmanuel)
7+
* Fix: Refactored sequences to ensure cloned traits use parent sequences. (CodeMeister)
8+
* Docs: Fix definition_file_paths comment (Milo Winningham)
9+
* Docs: Add ruby-lsp extensions to Useful Tools in README.md (johansenja)
10+
* Docs: Fix docs about definition file paths (Ryo Nakamura)
11+
* Docs: Update has_many-associations.md to mention that traits can use inline associations (Matthew Zagaja)
12+
* Docs: Fix "Transitioning from Factory Girl" guide link (Neil Carvalho)
13+
314
## 6.5.1 (January 31, 2025)
415

516
* Changed: execute linting tests within ActiveRecord transactions when available (Sean Doyle)
6-
* Fix: Random test failure when tracking compilation time (CodeMeinster)
17+
* Fix: Random test failure when tracking compilation time (CodeMeister)
718
* Fix: Bump the minimum required activesupport version to 6.1 (Earlopain)
819
* Internal: Update development dependencies (Neil Carvalho)
920

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.1".freeze
2+
VERSION = "6.5.2".freeze
33
end

0 commit comments

Comments
 (0)