chore(v1.1.9): bump workspace versions 1.1.8 → 1.1.9 + SDK_VERSION 1.10

- Cargo.toml: workspace.package.version 1.1.8 → 1.1.9 (all 9 crates
  inherit via version.workspace = true)
- Cargo.lock: regenerated by cargo check
- crates/shared/src/version.rs: SDK_VERSION "1.9" → "1.10" with a
  doc-comment changelog entry covering queue::*, invoke()/invoke_async,
  retry::* (note the reserved-keyword rename of retry::with → retry::run)
- @picloud/client unchanged — no client-library work this release
- dashboard/package.json already bumped to 0.15.0 in commit 13

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-06-07 10:27:53 +02:00
parent 0c85fb67d3
commit 271747da24
3 changed files with 23 additions and 11 deletions

View File

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