Skip to content

Commit

Permalink
Bump to 6.5.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
neilvcarvalho committed Jan 31, 2025
1 parent d69f305 commit 8e5bd14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# News

## Unreleased
## 6.5.1 (January 31, 2025)

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

## 6.5.0 (September 6, 2024)

Expand Down
2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Gemfile.lock and `bundle exec appraisal install` to update the Appraisal
gemfile.lock files.
1. Update `NEWS.md` to reflect the changes since last release.
A useful GitHub URL to compare the changes is:
https://github.com/thoughtbot/factory_bot/compare/vLAST_VERSION...main
1. Commit changes.
There shouldn't be code changes,
and thus CI doesn't need to run,
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.5.0".freeze
VERSION = "6.5.1".freeze
end

0 comments on commit 8e5bd14

Please sign in to comment.