Skip to content

v0.53.0

Choose a tag to compare

@kivikakk kivikakk released this 02 Jul 01:34
b78bf40

Changed APIs:

  • --inplace now accepts multiple arguments (by @ilkecan in #792)

Bug fixes:

  • ~, ~~~ and ::: are escaped in CommonMark output (by @sandmor in #791)

Stability:

  • AST now validated when formatting HTML and XML in debug builds (@aozerova in #800)

Dependency updates:

  • Bump mshick/add-pr-comment from 2 to 2.8.2 (by @dependabot[bot] in #793)
  • Bump peter-evans/create-pull-request from 8 to 8.1.0 (by @dependabot[bot] in #797)
  • Bump CodSpeedHQ/action from 4 to 4.10.4 (by @dependabot[bot] in #794, #798, #799)
  • Bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 (by @dependabot[bot] in #810)
  • Bump rustc-hash from 2.1.1 to 2.1.2 (by @dependabot[bot] in #811)
  • GitHub Actions SHAs pinned with 90 day minimum age to avoid supply-chain nonsense (by @kivikakk in #802)

Documentation:

  • Scoop installation instructions added to README (by @tats-u in #796)

Build changes:

  • Alternative syntect backends are exposed as features (by @gjtorikian in #812)
    • WASM users: you will need to build with --no-default-features. Please read the pull request for more details; suggestions/fixes most appreciated!

New Contributors

Diff: v0.52.0...v0.53.0