From 1a782360f9cc68fe9a7bfc728a2d3f333d155736 Mon Sep 17 00:00:00 2001 From: Glenn Gore Date: Wed, 16 Sep 2026 09:10:26 +0200 Subject: [PATCH] chore(release): bring the workspace to 0.4.11 so the vta-sdk 0.39 move can publish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #55 took `vta-sdk 0.39`; this is the release that makes it consumable. OpenVTC is the reason. It consumes `did-git-sign`, so while the published 0.4.10 declares `vta-sdk ^0.38`, OpenVTC raising its own pin to 0.39 resolves **two** sdk copies — the state its manifest records having escaped for the first time since 0.35, after this obligation had blocked six consecutive minors. Publishing 0.4.11 is what lets that stay one copy. No source change since #55, which itself needed none: neither breaking change in vta-sdk 0.39 (`verify_trust_task_proof_with` becoming generic, `KeyType` gaining ML-DSA variants) touches this workspace. 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 db383b7..94be07c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1766,7 +1766,7 @@ dependencies = [ [[package]] name = "did-git-sign" -version = "0.4.10" +version = "0.4.11" dependencies = [ "anyhow", "apple-native-keyring-store", @@ -5666,7 +5666,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "verify-trust" -version = "0.4.10" +version = "0.4.11" dependencies = [ "affinidi-did-resolver-cache-sdk", "affinidi-tdk", @@ -5697,7 +5697,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vgi-core" -version = "0.4.10" +version = "0.4.11" dependencies = [ "anyhow", "base64 0.23.1", diff --git a/Cargo.toml b/Cargo.toml index 6538d29..59d4e93 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.10" +version = "0.4.11" 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.10", path = "crates/vgi-core" } +vgi-core = { version = "0.4.11", path = "crates/vgi-core" } # Trust Registry query client (registry authorization queries). # # Held on a git `rev` for several releases while the registry workspace caught