File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44 Gemfile.lock and ` bundle exec appraisal install ` to update the Appraisal
55 gemfile.lock files.
661 . 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
791 . Commit changes.
810 There shouldn't be code changes,
911 and thus CI doesn't need to run,
Original file line number Diff line number Diff line change 11module FactoryBot
2- VERSION = "6.5.0 " . freeze
2+ VERSION = "6.5.1 " . freeze
33end
You can’t perform that action at this time.
0 commit comments