Skip to content

chore: release v0.3.0 #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 5, 2025

🤖 New release

  • rmcp-macros: 0.2.1 -> 0.3.0
  • rmcp: 0.2.1 -> 0.3.0 (⚠ API breaking changes)

rmcp breaking changes

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters --- Description: A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken. ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/type_allows_fewer_generic_type_params.ron Failed in: Enum ServerInitializeError allows 1 -> 0 generic types in /tmp/.tmpDRULG1/rust-sdk/crates/rmcp/src/service/server.rs:41 Enum ClientInitializeError allows 1 -> 0 generic types in /tmp/.tmpDRULG1/rust-sdk/crates/rmcp/src/service/client.rs:28 
Changelog

rmcp-macros

0.3.0 - 2025-07-09

Added

  • unified error type (#308)

rmcp

0.3.0 - 2025-07-09

Added

  • unified error type (#308)
  • (transport) add builder & expose child stderr (#305)

Other

  • (rmcp) bump rmcp-macros version to match (#311)
  • fix packages used for server example (#309)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-07-05T01-16-22Z branch 2 times, most recently from bbde31e to 3240000 Compare July 8, 2025 01:03
@github-actions github-actions bot changed the title chore: release v0.2.2 chore: release v0.3.0 Jul 9, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-07-05T01-16-22Z branch from 3240000 to fe02ef1 Compare July 9, 2025 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
0 participants