Skip to content

Commit 084f206

Browse files
authored
Merge pull request #2454 from swcurran/0.10.1
0.10.1
2 parents 8938357 + c81e664 commit 084f206

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 0.10.0
1+
# 0.10.1
22

33
## August 29, 2023
44

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

15+
Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the
16+
0.10.0 release from being properly uploaded because of an existing file of the same
17+
name. We immediately released 0.10.1 as a replacement.
18+
1519
[PR \#2409]: https://github.com/hyperledger/aries-cloudagent-python/pull/2409
1620

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

111+
# 0.10.0
112+
113+
## August 29, 2023
114+
115+
Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the
116+
0.10.0 release from being properly uploaded because of an existing file of the
117+
same name. We immediately released 0.10.1 as a replacement.
118+
106119
# 0.9.0
107120

108121
## July 24, 2023

aries_cloudagent/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Library version information."""
22

3-
__version__ = "0.10.0"
3+
__version__ = "0.10.1"
44
RECORD_TYPE_ACAPY_VERSION = "acapy_version"

open-api/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi" : "3.0.1",
33
"info" : {
44
"title" : "Aries Cloud Agent",
5-
"version" : "v0.10.0"
5+
"version" : "v0.10.1"
66
},
77
"servers" : [ {
88
"url" : "/"

open-api/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger" : "2.0",
33
"info" : {
4-
"version" : "v0.10.0",
4+
"version" : "v0.10.1",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {

0 commit comments

Comments
 (0)