Skip to content

chore: release v0.15.0#203

Open
acp-release-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-09T07-49-28Z
Open

chore: release v0.15.0#203
acp-release-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-09T07-49-28Z

Conversation

@acp-release-bot

@acp-release-bot acp-release-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • agent-client-protocol-derive: 0.14.0 -> 0.15.0
  • agent-client-protocol: 0.14.0 -> 0.15.0 (⚠ API breaking changes)
  • agent-client-protocol-polyfill: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-rmcp: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-trace-viewer: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-conductor: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-cookbook: 0.14.0 -> 0.15.0

agent-client-protocol breaking changes

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod agent_client_protocol::handler, previously in file /tmp/.tmp4MZRla/agent-client-protocol/src/handler.rs:1
  mod agent_client_protocol::cookbook, previously in file /tmp/.tmp4MZRla/agent-client-protocol/src/cookbook.rs:1

--- 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::handler::NullHandler, previously in file /tmp/.tmp4MZRla/agent-client-protocol/src/jsonrpc/handlers.rs:12

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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/trait_missing.ron

Failed in:
  trait agent_client_protocol::handler::HandleDispatchFrom, previously in file /tmp/.tmp4MZRla/agent-client-protocol/src/jsonrpc.rs:199
Changelog

agent-client-protocol-derive

0.14.0 - 2026-06-05

Other

  • release v0.13.1 (#189)

agent-client-protocol

0.15.0 - 2026-06-10

Other

  • (acp) Remove unused module files (#204)
  • (deps) Preserve serde_json object order (#202)

agent-client-protocol-polyfill

0.15.0 - 2026-06-10

Other

  • update Cargo.toml dependencies

agent-client-protocol-rmcp

0.15.0 - 2026-06-10

Other

  • update Cargo.toml dependencies

agent-client-protocol-trace-viewer

0.15.0 - 2026-06-10

Other

  • update Cargo.toml dependencies

agent-client-protocol-conductor

0.15.0 - 2026-06-10

Other

  • (acp) Remove unused module files (#204)
  • (deps) Preserve serde_json object order (#202)

agent-client-protocol-cookbook

0.14.0 - 2026-06-05

Other

  • release v0.13.1 (#189)


This PR was generated with release-plz.

@acp-release-bot acp-release-bot Bot changed the title chore: release v0.14.1 chore: release v0.15.0 Jun 10, 2026
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-06-09T07-49-28Z branch from cdc555a to a011754 Compare June 10, 2026 09:24
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.

0 participants