Skip to content

Commit 38ea113

Browse files
authored
Merge pull request #17 from decentralized-identity/release/0.1.9
Release/0.1.9
2 parents 9ecf7ea + 72c7d96 commit 38ea113

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# didwebvh-rs Changelog history
22

3+
## 3rd October 2025
4+
5+
### Release 0.1.9
6+
7+
- **MAINTENANCE:** Updated `affinidi-secrets-resolver` to 0.3.x release
8+
39
## 30th September 2025
410

511
### Release 0.1.8

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "didwebvh-rs"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Implementation of the did:webvh method in Rust"
55
repository = "https://github.com/decentralized-identity/didwebvh-rs"
66
edition = "2024"
@@ -18,7 +18,7 @@ ssi = ["dep:ssi"]
1818

1919
[dependencies]
2020
affinidi-data-integrity = "0.2"
21-
affinidi-secrets-resolver = "0.2"
21+
affinidi-secrets-resolver = "0.3"
2222

2323
ahash = { version = "0.8", features = ["serde"] }
2424
base58 = "0.2"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:
3333

3434
```toml
3535
[dependencies
36-
didwebvh-rs = "0.1.8"
36+
didwebvh-rs = "0.1.9"
3737
```
3838

3939
Then:
@@ -67,11 +67,11 @@ installed on your machine.
6767
cargo run --example wizard -- --help
6868
```
6969

70-
> ***WARNING:*** *This wizard will generate secrets locally on your machine, and
71-
display the secret on the screen.*
70+
> **_WARNING:_** _This wizard will generate secrets locally on your machine, and
71+
> display the secret on the screen._
7272
>
7373
> **The wizard is meant for demonstration purposes only. Use in a production
74-
environment is not recommended.**
74+
> environment is not recommended.**
7575
7676
### Default Wizard Files
7777

0 commit comments

Comments
 (0)