Skip to content

Commit 9c59e5c

Browse files
committed
chore(main): release slimrpc 0.2.2
Signed-off-by: Agntcy Build Bot <[email protected]>
1 parent e562024 commit 9c59e5c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"data-plane/testing": "0.7.1",
55
"control-plane/control-plane": "1.0.0",
66
"charts/slim-control-plane": "1.0.0",
7-
"data-plane/python/integrations/slimrpc": "0.2.1"
7+
"data-plane/python/integrations/slimrpc": "0.2.2"
88
}

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

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

3+
## [0.2.2](https://github.com/agntcy/slim/compare/slimrpc-v0.2.1...slimrpc-v0.2.2) (2026-02-04)
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+
10+
11+
### Bug Fixes
12+
13+
* code and image scan config files ([#1199](https://github.com/agntcy/slim/issues/1199)) ([e562024](https://github.com/agntcy/slim/commit/e5620248a7cdfe6269100d1d8cb8675013e4d7da))
14+
315
## [0.2.1](https://github.com/agntcy/slim/compare/slimrpc-v0.2.0...slimrpc-v0.2.1) (2025-12-02)
416

517

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)