Skip to content

Commit b917b76

Browse files
chore: release (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aedf04d commit b917b76

File tree

8 files changed

+27
-9
lines changed

8 files changed

+27
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ rust-version = "1.85"
1919
[workspace.dependencies]
2020
# Internal crates
2121
a2a = { package = "agntcy-a2a", path = "a2a", version = "0.2.4" }
22-
a2a-client = { package = "agntcy-a2a-client", path = "a2a-client", version = "0.1.12" }
22+
a2a-client = { package = "agntcy-a2a-client", path = "a2a-client", version = "0.1.13" }
2323
a2a-server = { package = "agntcy-a2a-server", path = "a2a-server", version = "0.2.6" }
2424
a2a-pb = { package = "agntcy-a2a-pb", path = "a2a-pb", version = "0.1.6" }
25-
a2a-grpc = { package = "agntcy-a2a-grpc", path = "a2a-grpc", version = "0.1.10" }
26-
a2a-slimrpc = { package = "agntcy-a2a-slimrpc", path = "a2a-slimrpc", version = "0.1.7" }
25+
a2a-grpc = { package = "agntcy-a2a-grpc", path = "a2a-grpc", version = "0.1.11" }
26+
a2a-slimrpc = { package = "agntcy-a2a-slimrpc", path = "a2a-slimrpc", version = "0.1.8" }
2727

2828
# Serialization
2929
serde = { version = "1", features = ["derive"] }

a2a-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.13](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-client-v0.1.12...agntcy-a2a-client-v0.1.13) - 2026-04-06
11+
12+
### Fixed
13+
14+
- *(client)* serialize create-push requests for go interop ([#35](https://github.com/agntcy/a2a-rs/pull/35))
15+
1016
## [0.1.12](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-client-v0.1.11...agntcy-a2a-client-v0.1.12) - 2026-04-06
1117

1218
### Other

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 = "agntcy-a2a-client"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "A2A v1 async client with protocol binding factory"
55
readme = "README.md"
66
edition.workspace = true

a2a-grpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.11](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-grpc-v0.1.10...agntcy-a2a-grpc-v0.1.11) - 2026-04-06
11+
12+
### Other
13+
14+
- updated the following local packages: agntcy-a2a-client
15+
1016
## [0.1.10](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-grpc-v0.1.9...agntcy-a2a-grpc-v0.1.10) - 2026-04-06
1117

1218
### Other

a2a-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-a2a-grpc"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "A2A v1 gRPC protocol binding for client and server"
55
readme = "README.md"
66
edition.workspace = true

a2a-slimrpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.8](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-slimrpc-v0.1.7...agntcy-a2a-slimrpc-v0.1.8) - 2026-04-06
11+
12+
### Other
13+
14+
- updated the following local packages: agntcy-a2a-client
15+
1016
## [0.1.7](https://github.com/agntcy/a2a-rs/compare/agntcy-a2a-slimrpc-v0.1.6...agntcy-a2a-slimrpc-v0.1.7) - 2026-04-06
1117

1218
### Other

a2a-slimrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-a2a-slimrpc"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "A2A v1 SLIMRPC protocol binding for client and server"
55
readme = "README.md"
66
edition.workspace = true

0 commit comments

Comments
 (0)