Skip to content

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 24 May 09:36
· 89 commits to main since this release
73f5f26

0.11.1 - 2026-05-24

Features

  • (cli) Add -o/--output and --output-dir for file output (#207)
  • (cli) Unify output flags under --format (#206)

Bug Fixes

  • (release) Correct git-cliff-action version to v2.13.1 (#220)
  • (cliff) Apply taplo formatting (#219)
  • (release) Authenticate via GitHub App with explicit token permissions (#217)
  • (changelog) Single-line macro and remove footer for release-plz compat (#216)
  • (changelog) Support both release-plz and git-cliff CLI render contexts (#214)
  • (bridge) Bail out on timeout to avoid Servo parser race (#208)
  • (docker) Set XDG_RUNTIME_DIR to suppress EGL warning (#209)

Refactor

  • (test) Run CLI tests in-process instead of spawning binary (#211)

Miscellaneous

  • Release v0.11.1 (#218)
  • Introduce release-plz for automated release PRs (#213)
  • Introduce git-cliff for changelog generation (#212)
  • Enforce canonical imports via pinned nightly rustfmt (#210)