Cha
1.7.1 - 2026-04-24
v1.7.1
Apr 23 2026 at 19:38 UTC
Fixed
cargo xtask release—wait_for_workflownow filters runs by the commit SHA (for ci.yml) and the tag branch (for release.yml), instead of taking the latest run unconditionally. Previously a stale success on an unrelated commit would cause the release flow to skip waiting and publish to crates.io while the new CI was still queued; a stale failure would abort a release that would otherwise pass.