Skip to content

Commit

Permalink
Release 0.21.0 (#354)
Browse files Browse the repository at this point in the history
* Release 0.21.0

Signed-off-by: Miroslav Kovar <[email protected]>

* Publish libvcx image using custom access token

Signed-off-by: Patrik Stas <[email protected]>

Co-authored-by: Patrik Stas <[email protected]>
  • Loading branch information
mirgee and Patrik-Stas authored Oct 5, 2021
1 parent 5fb0127 commit 5744dac
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,8 @@ jobs:
uses: azure/docker-login@v1
with:
login-server: ghcr.io
username: $GITHUB_ACTOR
password: ${{ secrets.GITHUB_TOKEN }}
username: Patrik-Stas
password: ${{ secrets.PUBLISH_PKG_GITHUB_PATRIK }}

- name: Publish image
run: |
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agents/node/vcxagent-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"winston": "^3.3.3"
},
"peerDependencies": {
"@hyperledger/node-vcx-wrapper": "^0.20.2"
"@hyperledger/node-vcx-wrapper": "^0.21.0"
}
}
2 changes: 1 addition & 1 deletion aries_vcx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "aries-vcx"
version = "0.20.2"
version = "0.21.0"
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <[email protected]>"]
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion libvcx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "libvcx"
version = "0.20.2"
version = "0.21.0"
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <[email protected]>"]
publish = false
description = "Absa's fork of HL LibVCX"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrappers/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@hyperledger/node-vcx-wrapper",
"description": "NodeJS wrapper Aries Framework",
"license": "Apache-2.0",
"version": "0.20.2",
"version": "0.21.0",
"directories": {
"test": "test",
"build": "dist",
Expand Down

0 comments on commit 5744dac

Please sign in to comment.