Skip to content

Commit

Permalink
Release 0.62.0 (#1141)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Mar 5, 2024
1 parent 968fc69 commit 1623bc8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ members = [
]

[workspace.package]
version = "0.61.0"
version = "0.62.0"
authors = [
"Absa Group Limited",
"Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>",
Expand Down
2 changes: 1 addition & 1 deletion aries/aries_vcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ webservers for VC issuance/verification, didcomm mediator service etc.
To use `aries_vcx` in your project, you need to add GitHub dependency to your `Cargo.toml`, and best
define a version through a `tag`:
```toml
aries-vcx = { tag = "0.61.0", git = "https://github.com/hyperledger/aries-vcx" }
aries-vcx = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
```
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.

Expand Down
4 changes: 2 additions & 2 deletions aries/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 aries/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.61.0",
"version": "0.62.0",
"directories": {
"test": "test",
"build": "dist",
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_methods/did_peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ need for a blockchain or other centralized registry.
Add the Peer DID library as a dependency in your `Cargo.toml` file:
```toml
[dependencies]
peer_did = { tag = "0.61.0", git = "https://github.com/hyperledger/aries-vcx" }
peer_did = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
```

## Demo
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust crate for parsing [DIDs](https://www.w3.org/TR/did-core/#did-syntax) and [D
Add the did_parser library as a dependency in your `Cargo.toml` file:
```toml
[dependencies]
did_parser = { tag = "0.61.0", git = "https://github.com/hyperledger/aries-vcx" }
did_parser = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
```

## Demo
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_parser_nom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Rust crate for parsing [DIDs](https://www.w3.org/TR/did-core/#did-syntax) and [D
Add the did_parser library as a dependency in your `Cargo.toml` file:
```toml
[dependencies]
did_parser_nom = { tag = "0.61.0", git = "https://github.com/hyperledger/aries-vcx" }
did_parser_nom = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
```

0 comments on commit 1623bc8

Please sign in to comment.