Skip to content

Commit afd6d25

Browse files
Bump to 6.5.1 [ci skip] (#1728)
1 parent d69f305 commit afd6d25

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

NEWS.md

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

3-
## Unreleased
3+
## 6.5.1 (January 31, 2025)
44

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

710
## 6.5.0 (September 6, 2024)
811

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Gemfile.lock and `bundle exec appraisal install` to update the Appraisal
55
gemfile.lock files.
66
1. Update `NEWS.md` to reflect the changes since last release.
7+
A useful GitHub URL to compare the changes is:
8+
https://github.com/thoughtbot/factory_bot/compare/vLAST_VERSION...main
79
1. Commit changes.
810
There shouldn't be code changes,
911
and thus CI doesn't need to run,

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

0 commit comments

Comments
 (0)