chore(release): 0.4.7 - #34
Merged
Merged
Conversation
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 <glenn.g@affinidi.com>
stormer78
force-pushed
the
chore/release-0.4.7
branch
from
August 30, 2026 09:26
b8b307a to
7cc55b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases the
vta-sdk0.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-sdk0.32.1 andtrust-tasks-rs0.17, while the publisheddid-git-sign0.4.6 requiresvta-sdk ^0.27— one edge that pulls a secondvta-sdkback into OpenVTC's graph.OpenVTC has been working around exactly that with a
[patch.crates-io]blockpinning
did-git-signandvgi-coreto a VGI commit, which until #33 landedwas 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 --workspaceis green (116 tests).