Skip to content

Commit 78bdd33

Browse files
authored
Release 0.59.0 (#996)
* Release 0.59.0 Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 636c295 commit 78bdd33

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ members = [
2828
]
2929

3030
[workspace.package]
31-
version = "0.58.0"
31+
version = "0.59.0"
3232
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
3333
description = "Library to work with Aries protocols & collection of supporting components"
3434
license = "Apache-2.0"

aries_vcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Aries [pick-up protocol](https://github.com/hyperledger/aries-rfcs/tree/main/fea
2626
To use `aries-vcx` in your project, you need to add GitHub dependency to your `Cargo.toml`, and best
2727
define a version through a `tag`:
2828
```toml
29-
aries-vcx = { tag = "0.58.0", git = "https://github.com/hyperledger/aries-vcx" }
29+
aries-vcx = { tag = "0.59.0", git = "https://github.com/hyperledger/aries-vcx" }
3030
```
3131
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.
3232

wrappers/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrappers/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@hyperledger/node-vcx-wrapper",
44
"description": "NodeJS wrapper Aries Framework",
55
"license": "Apache-2.0",
6-
"version": "0.58.0",
6+
"version": "0.59.0",
77
"directories": {
88
"test": "test",
99
"build": "dist",

0 commit comments

Comments
 (0)