You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,6 +76,7 @@ parameters to `true` even if the parameters were not set. See [PR \#2517]
73
76
- Bugfix: Issue with write ledger pool when performing Accumulator sync [\#2480](https://github.com/hyperledger/aries-cloudagent-python/pull/2480)[shaangill025](https://github.com/shaangill025)
74
77
- Issue #2419 InvalidClientTaaAcceptanceError time too precise error if container timezone is not UTC [\#2420](https://github.com/hyperledger/aries-cloudagent-python/pull/2420)[Ennovate-com](https://github.com/Ennovate-com)
75
78
- OpenID4VC / SD-JWT Updates
79
+
- chore: point to official sd-jwt lib release [\#2573](https://github.com/hyperledger/aries-cloudagent-python/pull/2573)[dbluhm](https://github.com/dbluhm)
- Issue #2488 KeyError raised when Subject ID is not a URI [\#2490](https://github.com/hyperledger/aries-cloudagent-python/pull/2490)[Ennovate-com](https://github.com/Ennovate-com)
@@ -109,6 +113,7 @@ parameters to `true` even if the parameters were not set. See [PR \#2517]
109
113
- Swap out flake8 in favor of Ruff [\#2438](https://github.com/hyperledger/aries-cloudagent-python/pull/2438)[dbluhm](https://github.com/dbluhm)
110
114
-#2289 Migrate to Poetry [\#2436](https://github.com/hyperledger/aries-cloudagent-python/pull/2436)[Gavinok](https://github.com/Gavinok)
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "aries_cloudagent"
3
-
version = "0.11.0-rc0"
3
+
version = "0.11.0-rc1"
4
4
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
0 commit comments