Skip to content

v0.3.0

Latest

Choose a tag to compare

@kirchdev-release kirchdev-release released this 31 Aug 15:51
f2e83d9

0.3.0 (2026-08-31)

⚠ BREAKING CHANGES

  • cli: render prints the terminal report instead of the comment body — pass --format markdown for the previous default. The --json and --text switches are gone, replaced by --format text|markdown|json. Forcing the format of the reports being read moves from --format to --input-format, and the action's format input is renamed to input-format with it.

Features

  • cli: default to the terminal report and rename the input format flag (c0a578b)
  • render: add a terminal report beside the comment body (7242684)