Skip to content

Commit 31add53

Browse files
chore: release
1 parent ec9ceae commit 31add53

11 files changed

Lines changed: 215 additions & 52 deletions

File tree

Cargo.lock

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent-client-protocol-conductor/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-conductor-v0.1.0) - 2026-04-06
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
16+
### Fixed
17+
18+
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))
19+
# Changelog
20+
21+
All notable changes to this project will be documented in this file.
22+
523
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
624
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-cookbook/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-cookbook-v0.1.0) - 2026-04-06
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
16+
### Fixed
17+
18+
- Re-export Result and update docs to use V1 ([#110](https://github.com/agentclientprotocol/rust-sdk/pull/110))
19+
# Changelog
20+
21+
All notable changes to this project will be documented in this file.
22+
523
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
624
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-core/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-core-v0.1.0) - 2026-04-06
11+
12+
### Added
13+
14+
- *(unstable)* Add logout to core crate ([#105](https://github.com/agentclientprotocol/rust-sdk/pull/105))
15+
- *(unstable)* Forward schema only protocol changes ([#104](https://github.com/agentclientprotocol/rust-sdk/pull/104))
16+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
17+
18+
### Fixed
19+
20+
- Re-export Result and update docs to use V1 ([#110](https://github.com/agentclientprotocol/rust-sdk/pull/110))
21+
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))
22+
# Changelog
23+
24+
All notable changes to this project will be documented in this file.
25+
26+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-derive/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-derive-v0.1.0) - 2026-04-06
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
# Changelog
16+
17+
All notable changes to this project will be documented in this file.
18+
19+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
20+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)