Skip to content

Commit 5258fb3

Browse files
Your Nameclaude
andcommitted
chore(release): bump workspace version to 0.3.1
Cargo.toml had drifted behind the v0.3.0 tag (stuck at 0.2.0) -- the project's own release.yml comment warns this silently defeats scripts/mcp-launcher.sh's verified-download fast path for anyone on a checkout between releases, comparing a stale local version against the downloaded binary's real one and falsely treating it as corrupted. Bumping now, ahead of tagging v0.3.1 for the docs/fix changes in the previous two commits. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 947030b commit 5258fb3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717
# version against the downloaded release binary's real `--version` output
1818
# and treats any mismatch as a corrupted/wrong download, so a stale value
1919
# here silently defeats the verified-download fast path for everyone.
20-
version = "0.2.0"
20+
version = "0.3.1"
2121
edition = "2024"
2222
license = "MIT"
2323
rust-version = "1.85"

0 commit comments

Comments
 (0)