v0.9.9 —Release Candidate #10
jamesgober
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation-only patch
Version 0.9.9 - 2026-05-12
Trivial follow-up to v0.9.8. Pre-publish audit caught a single
banned word (
robust) lingering in the v0.9.8build.rsmodule-level doc comment — flagged by the post-release sweep, fixed
in source, shipped as v0.9.9 so the next
cargo install dev-toolspicks up the corrected comment. No code, no behavior, no API change.
The published v0.9.8 on crates.io still has the word baked into
its
build.rssource, but the comment is internal — never visibleto library or CLI users, never emitted into generated artifacts.
This release exists purely so the next person reading the source
through
cargo docor directly on docs.rs gets the cleaned-upcomment.
Highlights
build.rsdoc comment cleaned up. The module-level//!documentation inbuild.rsno longer contains the wordrobust. The build script's behavior, the parsedCargo.lockcontents, the generated
siblings.rsfile, and the CLI binaryit produces are all byte-identical to v0.9.8.
Breaking changes
None. Pure documentation patch. The crate's library API, the
devCLI's behavior, the version table, the JSON output, andevery other user-visible surface are unchanged.
Tests
Existing test suite passes with
--all-features(48 tests, twointentionally
#[ignore]-d integration tests). No new tests added— there's nothing testable in a doc-comment word substitution.
Trifecta gate verified before push:
cargo fmt --all -- --check,cargo clippy --all-features --all-targets -- -D warnings,cargo test --all-features. All clean.Notes
— there is no functional reason to. Upgrading to v0.9.9 only
matters if you read the build-script source directly.
release after v0.9.9 will roll in any further pre-RC polish
surfaced by ongoing audits or community use.
Status
dev-tools remains RC-ready at v0.9.9. The 14-crate verification
collection is published, audited, polished, and stable.
1.0isgated on real-world usage feedback rather than additional
engineering scope.
Full Changelog: v0.9.8...v0.9.9
This discussion was created from the release v0.9.9 —Release Candidate .
All reactions