Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:54
64a3cbd

Fixed

  • extract_json no longer truncates JSON whose string values contain }
    the brace counter is replaced with raw_decode, so plan commands like
    awk '{...}' parse correctly (#146, closes #49, thanks @Sanjays2402).
  • Unknown TOML configuration keys fail fast with a concise CLI error
    instead of being silently ignored; the retired vhs_image key is
    accepted as a deprecated, warned, ignored compatibility field (#174,
    closes #84, thanks @cen-zp).
  • SEO descriptions collapse embedded whitespace, keeping generated YAML
    front matter single-line (#125, closes #91, thanks @pollychen-lab).
  • The README contributors section pointed at a fork — badge, graph link,
    and avatar mosaic now show this repository's contributors, on GitHub
    and PyPI (#180, closes #179, thanks @BenjaminAyivoh1).

Changed

  • CI: bump actions/upload-artifact to 7 in release.yml, aligning with
    the pin the composite action already ships (#177).