build: unify all crate versions at 0.11.0 (workspace inheritance) #148

Merged
clawdie merged 1 commit from unify-crate-versions-0.11.0 into main 2026-06-22 06:40:00 +02:00

1 commit

Author SHA1 Message Date
c54c15f3b1 build: unify all crate versions at 0.11.0 via workspace inheritance
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
Every crate hardcoded version = "0.0.1" while the root colibri package was
already 0.11.0. Add a [workspace.package] version = "0.11.0" and switch all
crates (and the root package) to version.workspace = true, so the whole
workspace is 0.11.0 and the next bump is one line.

Internal deps are path-only (no version constraints), so nothing else changes.
Verified: cargo metadata resolves; all 13 packages report 0.11.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 06:39:01 +02:00