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
Owner

Every crate hardcoded version = "0.0.1" while the root colibri package was already 0.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 to version.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 metadata resolves cleanly and all 13 packages report 0.11.0.

Full cargo build/clippy left to the FreeBSD builder per usual.

🤖 Generated with Claude Code

Every crate hardcoded `version = "0.0.1"` while the root `colibri` package was already `0.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 to `version.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 metadata` resolves cleanly and all 13 packages report `0.11.0`. Full `cargo build`/`clippy` left to the FreeBSD builder per usual. 🤖 Generated with Claude Code
clawdie added 1 commit 2026-06-22 06:39:11 +02:00
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
c54c15f3b1
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>
clawdie merged commit e89f9dbadd into main 2026-06-22 06:40:00 +02:00
clawdie deleted branch unify-crate-versions-0.11.0 2026-06-22 06:40:01 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#148
No description provided.