Skip to content

Commit 7d5b392

Browse files
authored
chore(main): release agp-bindings 0.1.6 (#53)
1 parent 411a617 commit 7d5b392

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .github/release-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"data-plane/python-bindings": "0.1.5",
2+
"data-plane/python-bindings": "0.1.6",
33
"charts/agp": "0.1.1"
44
}

Diff for: data-plane/python-bindings/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/agntcy/agp/compare/agp-bindings-v0.1.5...agp-bindings-v0.1.6) (2025-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **examples:** fix example tests ([#52](https://github.com/agntcy/agp/issues/52)) ([411a617](https://github.com/agntcy/agp/commit/411a61714fa6c015b5f29f671e027340a5624c11))
9+
310
## [0.1.5](https://github.com/agntcy/agp/compare/agp-bindings-v0.1.4...agp-bindings-v0.1.5) (2025-02-14)
411

512

Diff for: data-plane/python-bindings/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "agp-bindings"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "AGP Rust bindings for Python"
99
requires-python = ">=3.9, <4.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)