Skip to content

Commit

Permalink
Bump to 6.5.0 [ci skip]
Browse files Browse the repository at this point in the history
Co-authored-by: George Kosmopolous <[email protected]>
Co-authored-by: Sarah Lima <[email protected]>
  • Loading branch information
3 people committed Sep 6, 2024
1 parent c000b9e commit 59b7188
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -173,4 +173,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.5.18
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# News

## 6.5.0 (September 6, 2024)

* fix: issue 1621 broken links in ref/factory.md by @elasticspoon in https://github.com/thoughtbot/factory_bot/pull/1623
* Add standard settings by @ydah in https://github.com/thoughtbot/factory_bot/pull/1625
* Call dynamic-readme reusable workflow by @stefannibrasil in https://github.com/thoughtbot/factory_bot/pull/1628
* Update README again by @stefannibrasil in https://github.com/thoughtbot/factory_bot/pull/1630
* Only run this workflow if the README has been updated by @stefannibrasil in https://github.com/thoughtbot/factory_bot/pull/1635
* Automatically Generated: Update Dynamic Section in README by @github-actions in https://github.com/thoughtbot/factory_bot/pull/1637
* Added a case for build_class to handle class names with underscores passed as a string by @m-gizzi in https://github.com/thoughtbot/factory_bot/pull/1642
* Add Ruby 3.3 to CI by @berkos in https://github.com/thoughtbot/factory_bot/pull/1615
* Update Dependabot configuration by @smaboshe in https://github.com/thoughtbot/factory_bot/pull/1655
* Add new maintainers to CODEOWNERS by @sarahraqueld in https://github.com/thoughtbot/factory_bot/pull/1651
* Improve docs formatting and fix filename conflicts by @sarahraqueld in https://github.com/thoughtbot/factory_bot/pull/1666
* Add a dynamic security workflow and a SECURITY.md file by @sarahraqueld in https://github.com/thoughtbot/factory_bot/pull/1677
* Automatically Generated: Update Dynamic Section in SECURITY by @github-actions in https://github.com/thoughtbot/factory_bot/pull/1678
* Ensure rails 7.2 compatibility by @Earlopain in https://github.com/thoughtbot/factory_bot/pull/1686
* Fix the factory definition in traits documentation by @ddieulivol in https://github.com/thoughtbot/factory_bot/pull/1688

## 6.4.6 (January 30, 2023)

* Fix: Bump minimum required Ruby in gemspec (Earlopain).
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.4.6".freeze
VERSION = "6.5.0".freeze
end

0 comments on commit 59b7188

Please sign in to comment.