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

Merged
merged 1 commit into from
Jul 16, 2025
Merged

chore: release v0.3.0 #307

merged 1 commit into from
Jul 16, 2025

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/.tmpth9RlO/rust-sdk/crates/rmcp/src/service/server.rs:41
  Enum ClientInitializeError allows 1 -> 0 generic types in /tmp/.tmpth9RlO/rust-sdk/crates/rmcp/src/service/client.rs:28
Changelog

rmcp-macros

0.3.0 - 2025-07-15

Added

  • unified error type (#308)

Other

  • (deps) update darling requirement from 0.20 to 0.21 (#318)

rmcp

0.3.0 - 2025-07-15

Added

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

Other

  • (deps) update schemars requirement from 0.8 to 1.0 (#258)
  • (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 4 times, most recently from e058ee7 to cb475a7 Compare July 15, 2025 01:16
@github-actions github-actions bot force-pushed the release-plz-2025-07-05T01-16-22Z branch from cb475a7 to 0bd614d Compare July 15, 2025 01:18
@alexhancock alexhancock self-requested a review July 15, 2025 21:20
@alexhancock
Copy link
Contributor

Thoughts on the breaking change notification @4t145?

Seems minimal impact to consumers but wanted to get your take before releasing

@alexhancock alexhancock merged commit 6728191 into main Jul 16, 2025
bug-ops pushed a commit to bug-ops/rust-sdk that referenced this pull request Jul 20, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant