Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 3.33 KB

File metadata and controls

53 lines (28 loc) · 3.33 KB

Changelog

6.0.0 (2026-04-27)

⚠ BREAKING CHANGES

  • drop support for Node.js 20.x and 25.x (#145)
  • parse trailers using git if available, allow longer lines (#144)

Features

  • add Signed-off-by and Assisted-By rules (3fce4e6)
  • drop support for Node.js 20.x and 25.x (#145) (2481226)
  • parse trailers using git if available, allow longer lines (#144) (cd1a6a8)

Bug Fixes

  • rules: add ffi subsystem (#146) (284263f)
  • rules: add line-length exemptions for DCO sign-offs (#142) (58c48dc)

5.0.1 (2026-03-18)

Bug Fixes

5.0.0 (2026-03-13)

⚠ BREAKING CHANGES

  • drop support for Node.js 18 (#133)
  • package.json now contains engines.node

Features

Bug Fixes

  • co-authored-by-is-trailer: trailers do not have leading spaces (#136) (39b93a3)

Miscellaneous Chores