Skip to content

chore: release v0.13.0#1093

Open
acp-release-bot[bot] wants to merge 1 commit intomainfrom
release-plz-2026-04-27T20-55-43Z
Open

chore: release v0.13.0#1093
acp-release-bot[bot] wants to merge 1 commit intomainfrom
release-plz-2026-04-27T20-55-43Z

Conversation

@acp-release-bot
Copy link
Copy Markdown
Contributor

@acp-release-bot acp-release-bot Bot commented Apr 27, 2026

🤖 New release

  • agent-client-protocol-schema: 0.12.2 -> 0.13.0 (⚠ API breaking changes)

agent-client-protocol-schema breaking changes

--- failure copy_impl_added: type now implements Copy ---

Description:
A public type now implements Copy, causing non-move closures to capture it by reference instead of moving it.
        ref: https://github.com/rust-lang/rust/issues/100905
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/copy_impl_added.ron

Failed in:
  agent_client_protocol_schema::ProtocolVersion in /tmp/.tmpYQXeeR/agent-client-protocol/src/version.rs:12

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum agent_client_protocol_schema::Response, previously in file /tmp/.tmphiuOcF/agent-client-protocol-schema/src/rpc.rs:66
Changelog

0.13.0 - 2026-04-29

Other

  • (unstable) Start setting up v2 Schema scaffolding for experimentation (#1099)
  • reorganize to v1 module (#1094)


This PR was generated with release-plz.

@acp-release-bot acp-release-bot Bot requested a review from a team as a code owner April 27, 2026 20:55
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-04-27T20-55-43Z branch 6 times, most recently from a80823a to 2f16949 Compare April 28, 2026 06:45
@acp-release-bot acp-release-bot Bot changed the title chore: release v0.12.3 chore: release v0.13.0 Apr 28, 2026
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-04-27T20-55-43Z branch 8 times, most recently from 6c78546 to b8f8fb2 Compare April 29, 2026 14:33
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-04-27T20-55-43Z branch from b8f8fb2 to 5542363 Compare April 29, 2026 16:57
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.

0 participants