Skip to content

v0.14.0

Choose a tag to compare

@ash-credo-ci ash-credo-ci released this 27 May 10:11
6a4bd37

0.14.0 (2026-05-27)

⚠ BREAKING CHANGES

  • AshCredo.Check.Warning.MissingPrimaryKey is removed. Drop any entry referencing it from .credo.exs. To fail CI on missing primary keys, rely on Ash's compile-time warning paired with mix compile --warnings-as-errors.

Features

Bug Fixes

  • exclude generic actions from missing primary action check (#137) (2236ac9)
  • MissingPrimaryKey didn't detect fragments or adhere to Ash's exemptions (#139) (917acf3)