Skip to content

Commit

Permalink
Merge pull request #1985 from swcurran/0.7.5-rc1
Browse files Browse the repository at this point in the history
Update for 0.7.5-rc1
  • Loading branch information
swcurran authored Oct 24, 2022
2 parents 6e35504 + 90be2d0 commit 21c95cd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
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

0 comments on commit 21c95cd

Please sign in to comment.