File tree Expand file tree Collapse file tree 9 files changed +76
-6
lines changed
Expand file tree Collapse file tree 9 files changed +76
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ rust-version = "1.85"
1717
1818[workspace .dependencies ]
1919# Internal crates
20- a2a = { path = " a2a" , version = " 0.1 .0" }
21- a2a-client = { path = " a2a-client" , version = " 0.1.0 " }
20+ a2a = { path = " a2a" , version = " 0.2 .0" }
21+ a2a-client = { path = " a2a-client" , version = " 0.1.1 " }
2222a2a-server = { path = " a2a-server" , version = " 0.1.0" }
2323a2a-pb = { path = " a2a-pb" , version = " 0.1.0" }
2424a2a-grpc = { path = " a2a-grpc" , version = " 0.1.0" }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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.1] ( https://github.com/agntcy/a2a-rs/compare/a2a-client-v0.1.0...a2a-client-v0.1.1 ) - 2026-04-03
11+
12+ ### Added
13+
14+ - initialize a2a-rs Rust SDK
Original file line number Diff line number Diff line change 11[package ]
22name = " a2a-client"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " A2A v1 async client with protocol binding factory"
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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/agntcy/a2a-rs/releases/tag/a2a-grpc-v0.1.0 ) - 2026-04-03
11+
12+ ### Added
13+
14+ - initialize a2a-rs Rust SDK
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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/agntcy/a2a-rs/releases/tag/a2a-pb-v0.1.0 ) - 2026-04-03
11+
12+ ### Added
13+
14+ - initialize a2a-rs Rust SDK
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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/agntcy/a2a-rs/releases/tag/a2a-server-v0.1.0 ) - 2026-04-03
11+
12+ ### Added
13+
14+ - initialize a2a-rs Rust SDK
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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.2.0] ( https://github.com/agntcy/a2a-rs/compare/a2a-v0.1.0...a2a-v0.2.0 ) - 2026-04-03
11+
12+ ### Added
13+
14+ - initialize a2a-rs Rust SDK
Original file line number Diff line number Diff line change 11[package ]
22name = " a2a"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " A2A v1 protocol types and core definitions"
55edition.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments