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
@@ -100,6 +99,7 @@ to the newer style of `0.11.0rc2`.
100
99
- chore: point to official sd-jwt lib release [\#2573](https://github.com/hyperledger/aries-cloudagent-python/pull/2573)[dbluhm](https://github.com/dbluhm)
- fix: report presentation result [\#2615](https://github.com/hyperledger/aries-cloudagent-python/pull/2615)[dbluhm](https://github.com/dbluhm)
103
103
- Fix Issue #2589 TypeError When There Are No Nested Requirements [\#2590](https://github.com/hyperledger/aries-cloudagent-python/pull/2590)[Ennovate-com](https://github.com/Ennovate-com)
104
104
- feat: use a local static cache for commonly used contexts [\#2587](https://github.com/hyperledger/aries-cloudagent-python/pull/2587)[chumbert](https://github.com/chumbert)
105
105
- 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)
@@ -110,6 +110,8 @@ to the newer style of `0.11.0rc2`.
110
110
- Multitenancy Updates and Fixes
111
111
- Feat: Support subwallet upgradation using the Upgrade command [\#2529](https://github.com/hyperledger/aries-cloudagent-python/pull/2529)[shaangill025](https://github.com/shaangill025)
112
112
- Other Fixes, Demo, DevContainer and Documentation Fixes
113
+
- fix: wallet type help text out of date [\#2618](https://github.com/hyperledger/aries-cloudagent-python/pull/2618)[dbluhm](https://github.com/dbluhm)
- black formatter extension configuration update [\#2603](https://github.com/hyperledger/aries-cloudagent-python/pull/2603)[usingtechnology](https://github.com/usingtechnology)
114
116
- Update Devcontainer pytest ruff black [\#2602](https://github.com/hyperledger/aries-cloudagent-python/pull/2602)[usingtechnology](https://github.com/usingtechnology)
115
117
- Issue 2570 devcontainer ruff, black and pytest [\#2595](https://github.com/hyperledger/aries-cloudagent-python/pull/2595)[usingtechnology](https://github.com/usingtechnology)
@@ -122,6 +124,7 @@ to the newer style of `0.11.0rc2`.
122
124
- fix: correct minor typos [\#2544](https://github.com/hyperledger/aries-cloudagent-python/pull/2544)[Ennovate-com](https://github.com/Ennovate-com)
123
125
- Update steps for Manually Creating Revocation Registries [\#2491](https://github.com/hyperledger/aries-cloudagent-python/pull/2491)[WadeBarnes](https://github.com/WadeBarnes)
124
126
- Dependencies and Internal Updates
127
+
- chore: bump pydid version [\#2626](https://github.com/hyperledger/aries-cloudagent-python/pull/2626)[dbluhm](https://github.com/dbluhm)
- chore(deps): Bump urllib3 from 2.0.6 to 2.0.7 dependencies [\#2552](https://github.com/hyperledger/aries-cloudagent-python/pull/2552)[dependabot bot](https://github.com/dependabot bot)
127
130
- chore(deps): Bump urllib3 from 2.0.6 to 2.0.7 in /demo/playground/scripts dependencies [\#2551](https://github.com/hyperledger/aries-cloudagent-python/pull/2551)[dependabot bot](https://github.com/dependabot bot)
@@ -143,10 +146,113 @@ to the newer style of `0.11.0rc2`.
143
146
- Swap out flake8 in favor of Ruff [\#2438](https://github.com/hyperledger/aries-cloudagent-python/pull/2438)[dbluhm](https://github.com/dbluhm)
144
147
-#2289 Migrate to Poetry [\#2436](https://github.com/hyperledger/aries-cloudagent-python/pull/2436)[Gavinok](https://github.com/Gavinok)
- Feat: Upgrade from tags and fix issue with legacy IssuerRevRegRecords [<=v0.5.2][\#2486](https://github.com/hyperledger/aries-cloudagent-python/pull/2486)[shaangill025](https://github.com/shaangill025)
- DID Handling and Connection Establishment Updates/Fixes
247
+
- LegacyPeerDIDResolver: erroneously assigning same ID to multiple services [\#2475](https://github.com/hyperledger/aries-cloudagent-python/pull/2475)[dbluhm](https://github.com/dbluhm)
- 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)
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.0rc2"
3
+
version = "0.11.0"
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