colibri/crates/colibri-skills
Sam & Claude c54c15f3b1
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
build: unify all crate versions at 0.11.0 via workspace inheritance
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
..
src fix: satisfy clippy for skill status default (Sam & Codex) 2026-05-31 14:38:28 +02:00
Cargo.toml build: unify all crate versions at 0.11.0 via workspace inheritance 2026-06-22 06:39:01 +02:00