Skip to content

Commit b84d1f9

Browse files
bump version to 0.66 (#1307)
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
1 parent f5f63a0 commit b84d1f9

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -32,7 +32,7 @@ members = [
3232
]
3333

3434
[workspace.package]
35-
version = "0.65.0"
35+
version = "0.66.0"
3636
authors = [
3737
"Absa Group Limited",
3838
"Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>",

aries/agents/aath-backchannel/src/controllers/general.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub async fn get_status(agent: web::Data<RwLock<HarnessAgent>>) -> impl Responde
2828
#[get("/version")]
2929
pub async fn get_version() -> impl Responder {
3030
// Update this with aries-vcx
31-
HttpResponse::Ok().body("0.65.0")
31+
HttpResponse::Ok().body("0.66.0")
3232
}
3333

3434
#[get("/did")]

aries/aries_vcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use `aries_vcx` in your project, you need to add GitHub dependency to your `C
2323
define a version through a `tag`:
2424

2525
```toml
26-
aries-vcx = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }
26+
aries-vcx = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
2727
```
2828

2929
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.

did_core/did_methods/did_peer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the Peer DID library as a dependency in your `Cargo.toml` file:
2323

2424
```toml
2525
[dependencies]
26-
peer_did = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }
26+
peer_did = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
2727
```
2828

2929
## Demo

did_core/did_parser_nom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Add the did_parser library as a dependency in your `Cargo.toml` file:
1717

1818
```toml
1919
[dependencies]
20-
did_parser_nom = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }
20+
did_parser_nom = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
2121
```

0 commit comments

Comments
 (0)