Skip to content

Commit

Permalink
Merge pull request #2454 from swcurran/0.10.1
Browse files Browse the repository at this point in the history
0.10.1
  • Loading branch information
swcurran authored Aug 29, 2023
2 parents 8938357 + c81e664 commit 084f206
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.10.0
# 0.10.1

## August 29, 2023

Release 0.10.0 contains a breaking change, an important fix for a regression
Release 0.10.1 contains a breaking change, an important fix for a regression
introduced in 0.8.2 that impacts certain deployments, and a number of fixes and
updates. Included in the updates is a significant internal reorganization of the
DID and connection management code that was done to enable more flexible uses of
Expand All @@ -12,6 +12,10 @@ support for `did:peer` DIDs for DIDComm. For details on the change see
[PR \#2409], which includes some of the best pull request documentation ever
created.

Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the
0.10.0 release from being properly uploaded because of an existing file of the same
name. We immediately released 0.10.1 as a replacement.

[PR \#2409]: https://github.com/hyperledger/aries-cloudagent-python/pull/2409

The regression fix is for ACA-Py deployments that use multi-use invitations but
Expand Down Expand Up @@ -98,11 +102,20 @@ deleted from ACA-Py storage.
- Enable Snyk scanning [\#2418](https://github.com/hyperledger/aries-cloudagent-python/pull/2418) [ryjones](https://github.com/ryjones)
- Remove Indy tests from workflows [\#2415](https://github.com/hyperledger/aries-cloudagent-python/pull/2415) [dbluhm](https://github.com/dbluhm)
- Release management pull requests
- 0.10.0-rc2 [\#2452](https://github.com/hyperledger/aries-cloudagent-python/pull/2452) [swcurran](https://github.com/swcurran)
- 0.10.1 [\#2454](https://github.com/hyperledger/aries-cloudagent-python/pull/2454) [swcurran](https://github.com/swcurran)
- 0.10.0 [\#2452](https://github.com/hyperledger/aries-cloudagent-python/pull/2452) [swcurran](https://github.com/swcurran)
- 0.10.0-rc2 [\#2448](https://github.com/hyperledger/aries-cloudagent-python/pull/2448) [swcurran](https://github.com/swcurran)
- 0.10.0-rc1 [\#2442](https://github.com/hyperledger/aries-cloudagent-python/pull/2442) [swcurran](https://github.com/swcurran)
- 0.10.0-rc0 [\#2414](https://github.com/hyperledger/aries-cloudagent-python/pull/2414) [swcurran](https://github.com/swcurran)

# 0.10.0

## August 29, 2023

Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the
0.10.0 release from being properly uploaded because of an existing file of the
same name. We immediately released 0.10.1 as a replacement.

# 0.9.0

## July 24, 2023
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.10.0"
__version__ = "0.10.1"
RECORD_TYPE_ACAPY_VERSION = "acapy_version"
2 changes: 1 addition & 1 deletion open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.1",
"info" : {
"title" : "Aries Cloud Agent",
"version" : "v0.10.0"
"version" : "v0.10.1"
},
"servers" : [ {
"url" : "/"
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
"version" : "v0.10.0",
"version" : "v0.10.1",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down

0 comments on commit 084f206

Please sign in to comment.