From d434957968ab2c31919d32248465ec79eb921b3c Mon Sep 17 00:00:00 2001 From: Glenn Gore Date: Sun, 13 Sep 2026 12:58:19 +0800 Subject: [PATCH] chore(release): bring the workspace to 0.4.10 so the vta-sdk 0.38 move can publish Two manifest lines plus the lockfile; all three crates take it through version.workspace = true. No dependency or source changes. The tree has been on 0.4.9 since that tag, and crates.io already holds all three crates at 0.4.9, so tagging again would publish nothing: publish.yml skips any crate already on crates.io at the workspace version, which is the resumability its header describes. A bump is what lets the nine commits since v0.4.9 reach consumers, and the one that matters downstream is the vta-sdk 0.36 -> 0.38 move in #51. Until it publishes, OpenVTC's graph carries a second vta-sdk (0.36.0) and a second didwebvh-rs (0.6.1), each held solely by did-git-sign 0.4.9; both disappear when its floor moves to this release. Signed-off-by: Glenn Gore --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 212805b..c087d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,7 +1760,7 @@ dependencies = [ [[package]] name = "did-git-sign" -version = "0.4.9" +version = "0.4.10" dependencies = [ "anyhow", "apple-native-keyring-store", @@ -5642,7 +5642,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "verify-trust" -version = "0.4.9" +version = "0.4.10" dependencies = [ "affinidi-did-resolver-cache-sdk", "affinidi-tdk", @@ -5672,7 +5672,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vgi-core" -version = "0.4.9" +version = "0.4.10" dependencies = [ "anyhow", "base64 0.23.1", diff --git a/Cargo.toml b/Cargo.toml index 0fab7d8..d832f10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/vgi-core", "crates/verify-trust", "crates/did-git-sign"] resolver = "3" [workspace.package] -version = "0.4.9" +version = "0.4.10" edition = "2024" rust-version = "1.95.0" authors = ["Glenn Gore "] @@ -13,7 +13,7 @@ publish = true [workspace.dependencies] # VGI shared primitives (sshsig codec, commit handling, DID key extraction). -vgi-core = { version = "0.4.9", path = "crates/vgi-core" } +vgi-core = { version = "0.4.10", path = "crates/vgi-core" } # Trust Registry query client (registry authorization queries). # # Held on a git `rev` for several releases while the registry workspace caught