Skip to content

Commit a648ce6

Browse files
committed
Bump to 6.5.0
1 parent 83109a5 commit a648ce6

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
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.4.4)
4+
factory_bot_rails (6.5.0)
55
factory_bot (~> 6.5)
66
railties (>= 6.1.0)
77

NEWS.md

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

44
# NEWS
55

6-
* Add: First-party support for [`file_fixture`](https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture) within factory blocks
7-
* Internal: Add Rails 8.0 to the test matrix
6+
## 6.5.0 (June 13, 2025)
7+
8+
* 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)
9+
* Changed: Drop support for Ruby 3.0 (Fernando Perales)
10+
* Changed: Add required Ruby version to the gemspec (Christoph Lipautz)
11+
* Internal: Add Rails 7.2 to the test matrix (Raj Kumar)
12+
* Internal: Add Rails 8.0 to the test matrix (James O'Neill)
13+
* Internal: Run `standardrb` on CI runs (Christoph Lipautz)
14+
815

916
## 6.4.4 (October 25, 2024)
17+
1018
* Changed: Bump Factory Bot 6.5.0
1119

1220
## 6.4.3 (December 29, 2023)

RELEASING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
1. Update the version in the gemspec (and the factory\_bot version, if necessary)
44
and run `bundle install`
5-
2. Update `NEWS.md` to reflect the changes since last release.
5+
1. Update `NEWS.md` to reflect the changes since last release.
6+
A useful GitHub URL to compare the changes is:
7+
https://github.com/thoughtbot/factory_bot_rails/compare/vLAST_VERSION...main
68
3. Commit changes.
79
There shouldn't be code changes,
810
and thus CI doesn't need to run,

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

0 commit comments

Comments
 (0)