chore(release): bump workspace version 0.7.1 -> 0.7.2#217
Merged
Conversation
Patch release: everything merged since the 0.7.1 bump — the presence + traffic web console MVP (#215), in-memory-seam net_proxy tests (#166, #216), and the flight-recorder / WebAuthn-presence design plan (#214). Published crates (core, tool-shell, tool-web, facade, mcp) are unaffected in API; downstream "0.7" pins (newt-agent) pick this up without a manifest change. agent-bridle-gateway (new in #215, unpublished) carried its own hardcoded version — bumped in lock-step here; converting it to version.workspace = true is a follow-up. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U3LeKBnJvMtHBp9vESiTzs
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.
What this PR does
Cuts agent-bridle 0.7.2: bumps
[workspace.package]version, the fourinternal lock-step pins, and
agent-bridle-gateway's standalone version(0.7.1 → 0.7.2), plus
Cargo.lock(workspace members only). Tagv0.7.2after merge to trigger the release workflow (crates.io matrix + binaries).
0.7.2 ships everything merged since the 0.7.1 bump:
Published crates (core, tool-shell, tool-web, facade, mcp) have no API
changes; downstream
"0.7"pins (newt-agent) pick this up with no manifestchange.
Test plan
cargo metadatafrom main: topologicalorder valid, and no published crate has a path-only (version-less) internal
dep — the failure class that broke newt-agent v0.7.2 today.
agent-bridle-gateway(new in feat(gateway): presence + traffic web console (MVP, mocked mesh) #215) is unpublished and nothing publisheddepends on it; it carried a hardcoded
version = "0.7.1", bumped here inlock-step. Converting it to
version.workspace = trueis a follow-up.🤖 Generated with Claude Code
https://claude.ai/code/session_01U3LeKBnJvMtHBp9vESiTzs