File tree 3 files changed +9
-2
lines changed
data-plane/python-bindings
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "data-plane/python-bindings" : " 0.1.7 " ,
2
+ "data-plane/python-bindings" : " 0.1.8 " ,
3
3
"charts/agp" : " 0.1.1"
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.8] ( https://github.com/agntcy/agp/compare/agp-bindings-v0.1.7...agp-bindings-v0.1.8 ) (2025-03-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * handle disconnection events ([ #67 ] ( https://github.com/agntcy/agp/issues/67 ) ) ([ 33801aa] ( https://github.com/agntcy/agp/commit/33801aa2934b81b5a682973e8a9a38cddc3fa54c ) )
9
+
3
10
## [ 0.1.7] ( https://github.com/agntcy/agp/compare/agp-bindings-v0.1.6...agp-bindings-v0.1.7 ) (2025-02-20)
4
11
5
12
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
5
5
[project ]
6
6
name = " agp-bindings"
7
- version = " 0.1.7 "
7
+ version = " 0.1.8 "
8
8
description = " AGP Rust bindings for Python"
9
9
requires-python = " >=3.9, <4.0"
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments