Skip to content

chore: bump version to 0.2.0 for release#95

Merged
ContextVM-org merged 8 commits into
ContextVM:mainfrom
harsh04044:chore/release-0.2.0
Jun 24, 2026
Merged

chore: bump version to 0.2.0 for release#95
ContextVM-org merged 8 commits into
ContextVM:mainfrom
harsh04044:chore/release-0.2.0

Conversation

@harsh04044

Copy link
Copy Markdown

Prepares rs-sdk for the 0.2.0 release.

  • Version bumped 0.1.1 → 0.2.0 in Cargo.toml
  • CHANGELOG.md updated with the 0.2.0 Unreleased entry covering CEP-22, CEP-17, CEP-6, CEP-23, rmcp upgrade, and MSRV bump
  • Doc fixes: stale source-line anchors, incorrect kind-gating claim in server-transport.md, non-compiling call_tool
    example, overview.md updated for 0.2 features, guide list and config tables completed in README

Publish is blocked on Phase 2 - the rmcp git dep must be swapped for the official crates.io version (rmcp v1.8.0, pending release) before cargo publish.

@harsh04044 harsh04044 marked this pull request as draft June 24, 2026 11:00
@harsh04044 harsh04044 marked this pull request as ready for review June 24, 2026 13:26
rmcp 1.x's #[tool_router] / #[tool_handler] generate the tool-dispatch
wiring, so storing a tool_router: ToolRouter<Self> field on the handler
struct is dead code and trips the dead_code lint AGENTS.md warns about.
The repo's own examples/native_echo_server.rs already omits the field;
align the server-transport.md guide with it. Verified the snippet now
compiles with zero warnings.
@ContextVM-org ContextVM-org merged commit 836cb89 into ContextVM:main Jun 24, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants