0.2.0 release checklist¶
Historical record for tagging v0.2.0 (same pattern as
0.1.0-release.md).
Preflight¶
-
Cargo.tomlversion is0.2.0 -
CHANGELOG.mdhas a dated0.2.0section -
docs/reports/0.2.mddescribes the compatibility claim -
PARITY.mdmarks 0.2 complete and points at the 0.2 inventory -
docs/ROADMAP.md/docs/milestones/0.2.mdexit checklist complete - ADR-007 and ADR-008 are accepted
-
LICENSE-APACHEandLICENSE-MITare present -
repository/homepagepoint ateddiethedean/oxiland - Working tree was clean and pushed to
main(40d4dd3) - CI on
mainwas green (Check + Fjall + MSRV + RDF I/O conformance) -
cargo publish --dry-runsucceeded locally
Publish¶
- Annotated tag
v0.2.0pushed - Release workflow completed successfully on the tag
After publish¶
- Confirm https://crates.io/crates/oxiland (0.2.0 via Release workflow)
- Confirm https://docs.rs/oxiland builds for the published crate
- Create a GitHub Release from the
v0.2.0tag usingCHANGELOG.md(optional product packaging; tag + crates.io publish already landed)