Skip to content

Commit

Permalink
Merge pull request #3147 from swcurran/1.0.0rc6
Browse files Browse the repository at this point in the history
1.0.0rc6
  • Loading branch information
swcurran committed Aug 2, 2024
2 parents 6218991 + 96fd446 commit 53e569d
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 10 deletions.
121 changes: 115 additions & 6 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/features/SupportedRFCs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
welcome! If you have any questions, please contact us on the #aries channel on
[Hyperledger Discord](https://discord.gg/hyperledger) or through an issue in this repo.

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

> The checklist version of this document was created as a joint effort
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ nav:
- Welcome: aca-py.org.md
- ACA-Py README: README.md
- Release Notes: CHANGELOG.md
- ACA-Py Long Term Support (LTS) Policy: LTS-Strategy.md
- Features:
- Developer Introduction: features/DevReadMe.md
- DevContainer Support: features/devcontainer.md
Expand Down Expand Up @@ -133,6 +134,7 @@ nav:
- Deploying:
- Deployment Model: deploying/deploymentModel.md
- Upgrading ACA-Py: deploying/UpgradingACA-Py.md
- Enabling BBS Signatures support: deploying/BBSSignatures.md
- Indy SDK to Askar Migration: deploying/IndySDKtoAskarMigration.md
- Controller Migration to use AnonCreds Rust: deploying/AnoncredsControllerMigration.md
- The Use of Poetry in ACA-Py: deploying/Poetry.md
Expand Down
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" : "v1.0.0rc5"
"version" : "v1.0.0rc6"
},
"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" : "v1.0.0rc5",
"version" : "v1.0.0rc6",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aries_cloudagent"
version = "1.0.0rc5"
version = "1.0.0rc6"
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
authors = ["Hyperledger Aries <aries@lists.hyperledger.org>"]
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions scripts/prepmkdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if [[ "$1" == "clean" ]]; then
docs/CONTRIBUTING.md \
docs/MAINTAINERS.md \
docs/PUBLISHING.md \
docs/LTS-Strategy.md \
docs/SECURITY.md
## Update the following line to "clean" any changes made below to files that remain in the `docs` folder
git checkout -- docs/README.md docs/demo/AriesOpenAPIDemo.md docs/demo/AliceGetsAPhone.md docs/features/DevReadMe.md
Expand Down

0 comments on commit 53e569d

Please sign in to comment.