Skip to content

Commit 83e0235

Browse files
committed
chore(main): release slimrpc 0.2.2
Signed-off-by: Agntcy Build Bot <[email protected]>
1 parent 6e1eabb commit 83e0235

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"control-plane/control-plane": "0.7.1",
77
"charts/slim-control-plane": "0.7.0",
88
"data-plane/python/bindings/examples": "0.7.1",
9-
"data-plane/python/integrations/slimrpc": "0.2.1"
9+
"data-plane/python/integrations/slimrpc": "0.2.2"
1010
}

data-plane/python/integrations/slimrpc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/agntcy/slim/compare/slimrpc-v0.2.1...slimrpc-v0.2.2) (2026-01-26)
4+
5+
6+
### Features
7+
8+
* Remove slim-a2a from main slim repo ([#1088](https://github.com/agntcy/slim/issues/1088)) ([dbd9699](https://github.com/agntcy/slim/commit/dbd9699f2b61634bf31aed1990fdf0a008483d11))
9+
310
## [0.2.1](https://github.com/agntcy/slim/compare/slimrpc-v0.2.0...slimrpc-v0.2.1) (2025-12-02)
411

512

data-plane/python/integrations/slimrpc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "slimrpc"
6-
version = "0.2.1"
6+
version = "0.2.2"
77
description = "RPC over SLIM Library"
88
readme = "README_pypi.md"
99
requires-python = ">=3.10"

0 commit comments

Comments
 (0)