Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 0.7.5-rc1 #1985

Merged
merged 2 commits into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 0.7.5-rc0
# 0.7.5-rc1

## October 11, 2022
## October 24, 2022

0.7.5 is a patch release to deal primarily to add [PR #1881 DID Exchange in
ACA-Py 0.7.4 with explicit invitations and without auto-accept
Expand All @@ -10,12 +10,16 @@ couple of other PRs were added to the release, as listed below, and in

### List of Pull Requests

- Changelog and version updates for version 0.7.5-rc1 [\#1985](https://github.com/hyperledger/aries-cloudagent-python/pull/1985) ([swcurran](https://github.com/swcurran))
- Endorser doc updates and some bug fixes [\#1926](https://github.com/hyperledger/aries-cloudagent-python/pull/1926) ([ianco](https://github.com/ianco))
- Fix: web.py dependency - integration tests & demos [\#1973](https://github.com/hyperledger/aries-cloudagent-python/pull/1973) ([shaangill025](https://github.com/shaangill025))
- Endorser write DID transaction [\#1938](https://github.com/hyperledger/aries-cloudagent-python/pull/1938) ([ianco](https://github.com/ianco))
- fix: didx request cannot be accepted [\#1881](https://github.com/hyperledger/aries-cloudagent-python/pull/1881) ([rmnre](https://github.com/rmnre))
- Fix: OOB - Handling of minor versions [\#1940](https://github.com/hyperledger/aries-cloudagent-python/pull/1940) ([shaangill025](https://github.com/shaangill025))
- fix: Safely shutdown when root_profile uninitialized [\#1960](https://github.com/hyperledger/aries-cloudagent-python/pull/1960) ([frostyfrog](https://github.com/frostyfrog))
- feat: 00B v1.1 support [\#1962](https://github.com/hyperledger/aries-cloudagent-python/pull/1962) ([shaangill025](https://github.com/shaangill025))
- 0.7.5 Cherry Picks [\#1967](https://github.com/hyperledger/aries-cloudagent-python/pull/1967) ([frostyfrog](https://github.com/frostyfrog))
- Changelog and version updates for version 0.7.5-rc0 [\#1969](https://github.com/hyperledger/aries-cloudagent-python/pull/1967) ([swcurran](https://github.com/swcurran))
- Changelog and version updates for version 0.7.5-rc0 [\#1969](https://github.com/hyperledger/aries-cloudagent-python/pull/1969) ([swcurran](https://github.com/swcurran))

# 0.7.4

Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Library version information."""

__version__ = "0.7.5-rc0"
__version__ = "0.7.5-rc1"
RECORD_TYPE_ACAPY_VERSION = "acapy_version"
8 changes: 8 additions & 0 deletions docs/generated/aries_cloudagent.resolver.default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ aries\_cloudagent.resolver.default.key module
:undoc-members:
:show-inheritance:

aries\_cloudagent.resolver.default.universal module
---------------------------------------------------

.. automodule:: aries_cloudagent.resolver.default.universal
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.resolver.default.web module
---------------------------------------------

Expand Down
8 changes: 0 additions & 8 deletions docs/generated/aries_cloudagent.resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ aries\_cloudagent.resolver.did\_resolver module
:undoc-members:
:show-inheritance:

aries\_cloudagent.resolver.did\_resolver\_registry module
---------------------------------------------------------

.. automodule:: aries_cloudagent.resolver.did_resolver_registry
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.resolver.routes module
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion open-api/openapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
"version" : "v0.7.5-rc0",
"version" : "v0.7.5-rc1",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down