build: unify all crate versions at 0.11.0 (workspace inheritance) #148
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "unify-crate-versions-0.11.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every crate hardcoded
version = "0.0.1"while the rootcolibripackage was already0.11.0(the unified clawdie-iso/colibri release number). This adds[workspace.package] version = "0.11.0"and switches all 12 crates + the root package toversion.workspace = true.Result: the whole workspace reports
0.11.0, and the next bump is a single line in the root manifest.Safe: internal deps are path-only (no version constraints), so no dependency declarations change.
cargo metadataresolves cleanly and all 13 packages report0.11.0.Full
cargo build/clippyleft to the FreeBSD builder per usual.🤖 Generated with Claude Code