chore(release): bump workspace to v1.1.0

Aligns the Cargo package version with the blueprint roadmap labels.
v1.1.0 = SDK foundation (#0) + stdlib utilities (#0.5), the first
release of the Phase 4 / v1.1 series.

Also updates docs/versioning.md:

  - Current versions table: Product 0.6.0 -> 1.1.0
  - Docker / Git tag examples: 0.2.0 -> 1.1.0

Cargo.lock regenerated by `cargo check --workspace`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-05-30 20:39:34 +02:00
parent 1a6324078c
commit 9d01f42d5e
3 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ members = [
]
[workspace.package]
version = "0.6.0"
version = "1.1.0"
edition = "2021"
rust-version = "1.92"
license = "MIT OR Apache-2.0"