v0.8.0
Release notes from CHANGELOG.md for 0.8.0 (2026-06-14).
Added
- Added generated
@async/pipelinerelease, preview, snapshot, GitHub Pages, and API surface workflows for the Async org release standard. - Added
@async/api-contractAPI surface checks withapi-contract.jsonandAPI_SURFACE.mdwired into release verification. - Added
scripts/release-doctor.mjsand the dispatchablerelease-doctorpipeline 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--supersedebumps 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.