Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a2a-client = { package = "a2a-client-lf", path = "a2a-client", version = "0.2.1"
a2a-server = { package = "a2a-server-lf", path = "a2a-server", version = "0.4.1", default-features = false }
a2a-pb = { package = "a2a-pb", path = "a2a-pb", version = "0.2.0" }
a2a-grpc = { package = "a2a-grpc", path = "a2a-grpc", version = "0.3.1", default-features = false }
a2a-slimrpc = { package = "a2a-slimrpc", path = "a2a-slimrpc", version = "0.2.1" }
a2a-slimrpc = { package = "a2a-slimrpc", path = "a2a-slimrpc", version = "0.2.2" }

# Serialization
serde = { version = "1", features = ["derive"] }
Expand Down
6 changes: 6 additions & 0 deletions a2a-slimrpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/a2aproject/a2a-rs/compare/a2a-slimrpc-v0.2.1...a2a-slimrpc-v0.2.2) - 2026-07-21

### Fixed

- *(slimrpc)* migrate a2a-slimrpc onto slim 0.14 native crates ([#109](https://github.com/a2aproject/a2a-rs/pull/109))

## [0.2.1](https://github.com/a2aproject/a2a-rs/compare/a2a-slimrpc-v0.2.0...a2a-slimrpc-v0.2.1) - 2026-07-17

### Other
Expand Down
Loading