File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# didwebvh-rs Changelog history
2
2
3
+ ## 3rd October 2025
4
+
5
+ ### Release 0.1.9
6
+
7
+ - ** MAINTENANCE:** Updated ` affinidi-secrets-resolver ` to 0.3.x release
8
+
3
9
## 30th September 2025
4
10
5
11
### Release 0.1.8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " didwebvh-rs"
3
- version = " 0.1.8 "
3
+ version = " 0.1.9 "
4
4
description = " Implementation of the did:webvh method in Rust"
5
5
repository = " https://github.com/decentralized-identity/didwebvh-rs"
6
6
edition = " 2024"
@@ -18,7 +18,7 @@ ssi = ["dep:ssi"]
18
18
19
19
[dependencies ]
20
20
affinidi-data-integrity = " 0.2"
21
- affinidi-secrets-resolver = " 0.2 "
21
+ affinidi-secrets-resolver = " 0.3 "
22
22
23
23
ahash = { version = " 0.8" , features = [" serde" ] }
24
24
base58 = " 0.2"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:
33
33
34
34
``` toml
35
35
[dependencies
36
- didwebvh-rs = " 0.1.8 "
36
+ didwebvh-rs = " 0.1.9 "
37
37
```
38
38
39
39
Then:
@@ -67,11 +67,11 @@ installed on your machine.
67
67
cargo run --example wizard -- --help
68
68
```
69
69
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._
72
72
>
73
73
> ** The wizard is meant for demonstration purposes only. Use in a production
74
- environment is not recommended.**
74
+ > environment is not recommended.**
75
75
76
76
### Default Wizard Files
77
77
You can’t perform that action at this time.
0 commit comments