Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 11:21
7efdc4a

Release notes from CHANGELOG.md for 0.8.0 (2026-06-14).

Added

  • Added generated @async/pipeline release, preview, snapshot, GitHub Pages, and API surface workflows for the Async org release standard.
  • Added @async/api-contract API surface checks with api-contract.json and API_SURFACE.md wired into release verification.
  • Added scripts/release-doctor.mjs and the dispatchable release-doctor pipeline job: verifies that the git tag, npm version, and GitHub Release agree for the current version, repairs what is provably safe (push or fetch the tag, publish from the tagged commit, create the tag when the npm tarball shasum matches a pack of HEAD, create the missing GitHub Release), and --supersede bumps the patch version and marks the unreconcilable release in this changelog.

Changed

  • Standardized docs, examples, and README task commands on pnpm and pnpm run <pipeline-name>.
  • Replaced standalone release/docs workflows with the generated async-pipeline.yml; the unrelated Fallow workflow remains separate.

Source: CHANGELOG.md in tag v0.8.0.