You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,18 @@ there might not be any notable changes in new versions of this project.
3
3
4
4
# NEWS
5
5
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)
0 commit comments