Skip to content

chore: release#178

Merged
benbrandt merged 1 commit into
mainfrom
release-plz-2026-05-19T07-53-55Z
Jun 1, 2026
Merged

chore: release#178
benbrandt merged 1 commit into
mainfrom
release-plz-2026-05-19T07-53-55Z

Conversation

@acp-release-bot
Copy link
Copy Markdown
Contributor

@acp-release-bot acp-release-bot Bot commented May 19, 2026

🤖 New release

  • agent-client-protocol: 0.12.1 -> 0.13.0 (⚠ API breaking changes)
  • agent-client-protocol-rmcp: 0.11.2 -> 0.11.3 (✓ API compatible changes)
  • agent-client-protocol-trace-viewer: 0.11.1 -> 0.11.2 (✓ API compatible changes)
  • agent-client-protocol-conductor: 0.12.1 -> 0.12.2 (✓ API compatible changes)
  • agent-client-protocol-cookbook: 0.11.2 -> 0.11.3 (✓ API compatible changes)
  • agent-client-protocol-polyfill: 0.12.1 -> 0.12.2

agent-client-protocol breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/inherent_method_missing.ron

Failed in:
  McpServer::builder, previously in file /tmp/.tmpd4JrFK/agent-client-protocol/src/mcp_server/server.rs:80

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/struct_missing.ron

Failed in:
  struct agent_client_protocol::mcp_server::McpServerBuilder, previously in file /tmp/.tmpd4JrFK/agent-client-protocol/src/mcp_server/builder.rs:81
Changelog

agent-client-protocol

0.13.0 - 2026-06-01

Added

  • (acp) stabilize logout support (#185)
  • (acp) Extract all rmcp logic to the rmcp crate (#180)
  • (acp) Add unstable (very experimental!) protocol v2 support (#170)

Changed

  • Move the rmcp-backed MCP server builder to agent-client-protocol-rmcp, removing tokio, tokio-util, and rmcp from the core crate's normal dependency graph.

agent-client-protocol-rmcp

0.11.3 - 2026-06-01

Added

  • (acp) Extract all rmcp logic to the rmcp crate (#180)

Added

  • Add the MCP server builder APIs moved out of agent-client-protocol, keeping rmcp and Tokio dependencies in this integration crate.

agent-client-protocol-trace-viewer

0.11.2 - 2026-06-01

Other

  • update Cargo.lock dependencies

agent-client-protocol-conductor

0.12.2 - 2026-06-01

Added

  • (acp) Extract all rmcp logic to the rmcp crate (#180)

agent-client-protocol-cookbook

0.11.3 - 2026-06-01

Added

  • (acp) Extract all rmcp logic to the rmcp crate (#180)

agent-client-protocol-polyfill

0.12.2 - 2026-06-01

Other

  • updated the following local packages: agent-client-protocol


This PR was generated with release-plz.

@acp-release-bot acp-release-bot Bot changed the title chore(agent-client-protocol-conductor): release v0.12.2 chore: release May 19, 2026
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-05-19T07-53-55Z branch 3 times, most recently from 8ec98b2 to a6a0971 Compare May 25, 2026 20:39
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-05-19T07-53-55Z branch from a6a0971 to a66a45e Compare June 1, 2026 13:42
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-05-19T07-53-55Z branch from a66a45e to 008808d Compare June 1, 2026 14:10
@benbrandt benbrandt merged commit e2368db into main Jun 1, 2026
21 checks passed
@benbrandt benbrandt deleted the release-plz-2026-05-19T07-53-55Z branch June 1, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant