Skip to content

Commit 96aa25a

Browse files
authored
Merge pull request #3 from agntcy/release-plz-2026-04-03T21-09-14Z
chore: release
2 parents bcc2f58 + 68583b3 commit 96aa25a

File tree

9 files changed

+76
-6
lines changed

9 files changed

+76
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" }
2222
a2a-server = { path = "a2a-server", version = "0.1.0" }
2323
a2a-pb = { path = "a2a-pb", version = "0.1.0" }
2424
a2a-grpc = { path = "a2a-grpc", version = "0.1.0" }

a2a-client/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

a2a-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a2a-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A2A v1 async client with protocol binding factory"
55
edition.workspace = true
66
license.workspace = true

a2a-grpc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

a2a-pb/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

a2a-server/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

a2a/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

a2a/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a2a"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A2A v1 protocol types and core definitions"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)