CHANGELOG.md in rubocop-factory_bot-2.23.1 vs CHANGELOG.md in rubocop-factory_bot-2.24.0

- old
+ new

@@ -1,9 +1,18 @@ # Changelog ## Master (Unreleased) +## 2.24.0 (2023-09-18) + +- Fix `FactoryBot/AssociationStyle` cop to ignore explicit associations with `strategy: :build`. ([@pirj]) +- Change `FactoryBot/CreateList` so that it is not an offense if not repeated multiple times. ([@ydah]) +- Fix a false positive for `FactoryBot/AssociationStyle` when `association` is called in trait block and column name is keyword. ([@ydah]) +- Fix a false positive for `FactoryBot/AssociationStyle` when `EnforcedStyle: Explicit` and using trait within trait. ([@ydah]) +- Change `FactoryBot/AssociationStyle`, `FactoryBot/AttributeDefinedStatically`, `FactoryBot/CreateList` and `FactoryBot/FactoryClassName` to work with minitest style directory. ([@ydah]) +- Add `FactoryBot/IdSequence` cop. ([@owst]) + ## 2.23.1 (2023-05-15) - Fix `FactoryBot/AssociationStyle` cop for a blockless `factory`. ([@pirj]) ## 2.23.0 (2023-05-15) @@ -71,9 +80,10 @@ [@jonatas]: https://github.com/jonatas [@leoarnold]: https://github.com/leoarnold [@liberatys]: https://github.com/Liberatys [@morissetcl]: https://github.com/morissetcl [@ngouy]: https://github.com/ngouy +[@owst]: https://github.com/owst [@pirj]: https://github.com/pirj [@r7kamura]: https://github.com/r7kamura [@seanpdoyle]: https://github.com/seanpdoyle [@tdeo]: https://github.com/tdeo [@tejasbubane]: https://github.com/tejasbubane