Skip to content

Commit 9c740ff

Browse files
authored
chore(main): release slimrpc 0.2.1 (#1021)
## [0.2.1](slimrpc-v0.2.0...slimrpc-v0.2.1) (2025-12-02) ### Bug Fixes * **slimrpc:** update slim-bindings dependency to ~=0.7.1 ([#1020](#1020)) ([113d6fd](113d6fd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: Agntcy Build Bot <build@agntcy.io>
1 parent a2ca8ba commit 9c740ff

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
@@ -10,5 +10,5 @@
1010
"charts/slim-control-plane": "0.7.0",
1111
"data-plane/python/bindings/examples": "0.7.1",
1212
"data-plane/python/integrations/slima2a": "0.2.0",
13-
"data-plane/python/integrations/slimrpc": "0.2.0"
13+
"data-plane/python/integrations/slimrpc": "0.2.1"
1414
}

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.1](https://github.com/agntcy/slim/compare/slimrpc-v0.2.0...slimrpc-v0.2.1) (2025-12-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **slimrpc:** update slim-bindings dependency to ~=0.7.1 ([#1020](https://github.com/agntcy/slim/issues/1020)) ([113d6fd](https://github.com/agntcy/slim/commit/113d6fdbc4e86ed1d953136934ab8f08a156a02e))
9+
310
## [0.2.0](https://github.com/agntcy/slim/compare/slimrpc-v0.1.0...slimrpc-v0.2.0) (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.0"
6+
version = "0.2.1"
77
description = "RPC over SLIM Library"
88
readme = "README_pypi.md"
99
requires-python = ">=3.9"

0 commit comments

Comments
 (0)