Skip to content

Commit 53e569d

Browse files
authored
Merge pull request #3147 from swcurran/1.0.0rc6
1.0.0rc6
2 parents 6218991 + 96fd446 commit 53e569d

File tree

7 files changed

+122
-10
lines changed

7 files changed

+122
-10
lines changed

CHANGELOG.md

Lines changed: 115 additions & 6 deletions
Large diffs are not rendered by default.

docs/features/SupportedRFCs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
88
welcome! If you have any questions, please contact us on the #aries channel on
99
[Hyperledger Discord](https://discord.gg/hyperledger) or through an issue in this repo.
1010

11-
**Last Update**: 2024-07-23, Release 1.0.0rc5
11+
**Last Update**: 2024-08-02, Release 1.0.0rc6
1212

1313
> The checklist version of this document was created as a joint effort
1414
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ nav:
8282
- Welcome: aca-py.org.md
8383
- ACA-Py README: README.md
8484
- Release Notes: CHANGELOG.md
85+
- ACA-Py Long Term Support (LTS) Policy: LTS-Strategy.md
8586
- Features:
8687
- Developer Introduction: features/DevReadMe.md
8788
- DevContainer Support: features/devcontainer.md
@@ -133,6 +134,7 @@ nav:
133134
- Deploying:
134135
- Deployment Model: deploying/deploymentModel.md
135136
- Upgrading ACA-Py: deploying/UpgradingACA-Py.md
137+
- Enabling BBS Signatures support: deploying/BBSSignatures.md
136138
- Indy SDK to Askar Migration: deploying/IndySDKtoAskarMigration.md
137139
- Controller Migration to use AnonCreds Rust: deploying/AnoncredsControllerMigration.md
138140
- The Use of Poetry in ACA-Py: deploying/Poetry.md

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" : "v1.0.0rc5"
5+
"version" : "v1.0.0rc6"
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" : "v1.0.0rc5",
4+
"version" : "v1.0.0rc6",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aries_cloudagent"
3-
version = "1.0.0rc5"
3+
version = "1.0.0rc6"
44
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
55
authors = ["Hyperledger Aries <aries@lists.hyperledger.org>"]
66
license = "Apache-2.0"

scripts/prepmkdocs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if [[ "$1" == "clean" ]]; then
1212
docs/CONTRIBUTING.md \
1313
docs/MAINTAINERS.md \
1414
docs/PUBLISHING.md \
15+
docs/LTS-Strategy.md \
1516
docs/SECURITY.md
1617
## Update the following line to "clean" any changes made below to files that remain in the `docs` folder
1718
git checkout -- docs/README.md docs/demo/AriesOpenAPIDemo.md docs/demo/AliceGetsAPhone.md docs/features/DevReadMe.md

0 commit comments

Comments
 (0)