From 7cc55b017b83506320ed5e13af980f8f313cbbe8 Mon Sep 17 00:00:00 2001 From: Glenn Gore Date: Sun, 30 Aug 2026 11:25:21 +0200 Subject: [PATCH] chore(release): 0.4.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases the `vta-sdk` 0.32 / TDK 0.10 / trust-tasks 0.17 move from #33. The reason to cut it now is the one 0.4.5 and 0.4.6 both had. OpenVTC is on `vta-sdk` 0.32.1 and `trust-tasks-rs` 0.17, while the published `did-git-sign` 0.4.6 requires `vta-sdk ^0.27` — one edge that pulls a second `vta-sdk` back into OpenVTC's graph. OpenVTC has been working around exactly that with a `[patch.crates-io]` block pinning `did-git-sign` and `vgi-core` to a VGI commit, which until #33 landed was a commit on an unmerged branch. Publishing 0.4.7 is what lets that block be deleted rather than re-pointed, which is what its own comment asks for. Version bump only; `cargo test --workspace` is green (116 tests). 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 48f59b0..d7b2f08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ dependencies = [ [[package]] name = "did-git-sign" -version = "0.4.6" +version = "0.4.7" dependencies = [ "anyhow", "apple-native-keyring-store", @@ -5491,7 +5491,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "verify-trust" -version = "0.4.6" +version = "0.4.7" dependencies = [ "affinidi-tdk", "anyhow", @@ -5520,7 +5520,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vgi-core" -version = "0.4.6" +version = "0.4.7" dependencies = [ "anyhow", "base64 0.23.1", diff --git a/Cargo.toml b/Cargo.toml index 3305e7a..362d7dc 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.6" +version = "0.4.7" 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.6", path = "crates/vgi-core" } +vgi-core = { version = "0.4.7", path = "crates/vgi-core" } # Trust Registry query client (registry authorization queries). # # Held at 0.11 for a long time, which built its task specs against