diff --git a/CHANGELOG.md b/CHANGELOG.md index c5726f994b..55743d3d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.6.1](https://github.com/iotaledger/identity.rs/tree/v0.6.1) (2022-06-30) + +[Full Changelog](https://github.com/iotaledger/identity.rs/compare/v0.6.0...v0.6.1) + +### Patch + +- Update stronghold to 0.6.4 [\#930](https://github.com/iotaledger/identity.rs/pull/930) + ## [v0.6.0](https://github.com/iotaledger/identity.rs/tree/v0.6.0) (2022-06-15) [Full Changelog](https://github.com/iotaledger/identity.rs/compare/v0.5.0...v0.6.0) diff --git a/bindings/stronghold-nodejs/Cargo.toml b/bindings/stronghold-nodejs/Cargo.toml index 4cec0a71ab..0518bc7f42 100644 --- a/bindings/stronghold-nodejs/Cargo.toml +++ b/bindings/stronghold-nodejs/Cargo.toml @@ -7,9 +7,9 @@ publish = false crate-type = ["cdylib"] [dependencies] -identity_account_storage = { version = "=0.6.0", path = "../../identity_account_storage", default-features = false, features = ["stronghold", "send-sync-storage", "encryption"] } -identity_core = { version = "=0.6.0", path = "../../identity_core", default-features = false } -identity_iota_core = { version = "=0.6.0", path = "../../identity_iota_core", default-features = false } +identity_account_storage = { version = "=0.6.1", path = "../../identity_account_storage", default-features = false, features = ["stronghold", "send-sync-storage", "encryption"] } +identity_core = { version = "=0.6.1", path = "../../identity_core", default-features = false } +identity_iota_core = { version = "=0.6.1", path = "../../identity_iota_core", default-features = false } napi = { version = "2.4.3", default-features = false, features = ["napi4", "tokio_rt", "serde-json"] } napi-derive = { version = "2.4.1", default-features = false, features = ["compat-mode", "full"] } serde = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index d43de28c08..c69fa70169 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -28,7 +28,7 @@ wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } wasm-bindgen-futures = { version = "0.4", default-features = false } [dependencies.identity_iota] -version = "=0.6.0" +version = "=0.6.1" path = "../../identity_iota" default-features = false features = ["account", "storage-test-suite", "unstable-encryption", "revocation-bitmap"] diff --git a/identity_account/Cargo.toml b/identity_account/Cargo.toml index ab2e02c986..a2a654a95a 100644 --- a/identity_account/Cargo.toml +++ b/identity_account/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_account" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -11,12 +11,12 @@ repository = "https://github.com/iotaledger/identity.rs" description = "High-level interface for managing IOTA DID Documents." [dependencies] -identity_account_storage = { version = "=0.6.0", path = "../identity_account_storage", default-features = false } -identity_core = { version = "=0.6.0", path = "../identity_core", default-features = false } -identity_credential = { version = "=0.6.0", path = "../identity_credential", default-features = false } -identity_did = { version = "=0.6.0", path = "../identity_did", default-features = false } -identity_iota_client = { version = "=0.6.0", path = "../identity_iota_client", default-features = false } -identity_iota_core = { version = "=0.6.0", path = "../identity_iota_core", default-features = false } +identity_account_storage = { version = "=0.6.1", path = "../identity_account_storage", default-features = false } +identity_core = { version = "=0.6.1", path = "../identity_core", default-features = false } +identity_credential = { version = "=0.6.1", path = "../identity_credential", default-features = false } +identity_did = { version = "=0.6.1", path = "../identity_did", default-features = false } +identity_iota_client = { version = "=0.6.1", path = "../identity_iota_client", default-features = false } +identity_iota_core = { version = "=0.6.1", path = "../identity_iota_core", default-features = false } log = { version = "0.4", default-features = false } paste = { version = "1.0" } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] } diff --git a/identity_account_storage/Cargo.toml b/identity_account_storage/Cargo.toml index bb07c6d839..c16528048d 100644 --- a/identity_account_storage/Cargo.toml +++ b/identity_account_storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_account_storage" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -16,9 +16,9 @@ async-trait = { version = "0.1", default-features = false } function_name = { version = "0.2", default-features = false, optional = true } futures = { version = "0.3", optional = true } hashbrown = { version = "0.11", features = ["serde"] } -identity_core = { version = "=0.6.0", path = "../identity_core", default-features = false } -identity_did = { version = "=0.6.0", path = "../identity_did", default-features = false } -identity_iota_core = { version = "=0.6.0", path = "../identity_iota_core", default-features = false } +identity_core = { version = "=0.6.1", path = "../identity_core", default-features = false } +identity_did = { version = "=0.6.1", path = "../identity_did", default-features = false } +identity_iota_core = { version = "=0.6.1", path = "../identity_iota_core", default-features = false } iota-crypto = { version = ">=0.7, <0.10", default-features = false, features = ["hmac", "pbkdf", "sha", "std", "aes", "aes-kw"] } iota_stronghold = { version = "0.6.4", default-features = false, features = ["std"], optional = true } once_cell = { version = "1.7", default-features = false, features = ["std"], optional = true } diff --git a/identity_core/Cargo.toml b/identity_core/Cargo.toml index 0abdf7fbc3..80fa484cf7 100644 --- a/identity_core/Cargo.toml +++ b/identity_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_core" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -11,7 +11,7 @@ repository = "https://github.com/iotaledger/identity.rs" description = "The core traits and types for the identity-rs library." [dependencies] -identity-diff = { version = "=0.6.0", path = "../identity_diff", default-features = false } +identity-diff = { version = "=0.6.1", path = "../identity_diff", default-features = false } multibase = { version = "0.9", default-features = false, features = ["std"] } serde = { version = "1.0", default-features = false, features = ["std", "derive"] } serde_jcs = { version = "0.1", default-features = false } diff --git a/identity_credential/Cargo.toml b/identity_credential/Cargo.toml index 520fc407d3..18e87ac477 100644 --- a/identity_credential/Cargo.toml +++ b/identity_credential/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_credential" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -11,8 +11,8 @@ repository = "https://github.com/iotaledger/identity.rs" description = "An implementation of the Verifiable Credentials standard." [dependencies] -identity_core = { version = "=0.6.0", path = "../identity_core", default-features = false } -identity_did = { version = "=0.6.0", path = "../identity_did", default-features = false } +identity_core = { version = "=0.6.1", path = "../identity_core", default-features = false } +identity_did = { version = "=0.6.1", path = "../identity_did", default-features = false } lazy_static = { version = "1.4", default-features = false } serde = { version = "1.0", default-features = false, features = ["std", "derive"] } strum = { version = "0.24.0", default-features = false, features = ["std", "derive"] } diff --git a/identity_did/Cargo.toml b/identity_did/Cargo.toml index cc57752cc4..e631dee47e 100644 --- a/identity_did/Cargo.toml +++ b/identity_did/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_did" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -15,7 +15,7 @@ dataurl = { version = "0.1.2", default-features = false, optional = true } did_url = { version = "0.1", default-features = false, features = ["std", "serde"] } flate2 = { version = "1.0.23", default-features = false, features = ["rust_backend"], optional = true } form_urlencoded = { version = "1.0.1", default-features = false } -identity_core = { version = "=0.6.0", path = "../identity_core" } +identity_core = { version = "=0.6.1", path = "../identity_core" } indexmap = { version = "1.7", default-features = false, features = ["std", "serde-1"] } roaring = { version = "0.9.0", default-features = false, optional = true } serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } diff --git a/identity_diff/Cargo.toml b/identity_diff/Cargo.toml index 3c92f6a4a3..a5c988ba78 100644 --- a/identity_diff/Cargo.toml +++ b/identity_diff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity-diff" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -11,7 +11,7 @@ repository = "https://github.com/iotaledger/identity.rs" description = "`Diff` trait to compute and merge data structure differences." [dependencies] -identity-diff-derive = { version = "=0.6.0", path = "derive", optional = true } +identity-diff-derive = { version = "=0.6.1", path = "derive", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } strum = { version = "0.24.0", default-features = false, features = ["std", "derive"] } diff --git a/identity_diff/derive/Cargo.toml b/identity_diff/derive/Cargo.toml index 9dd3bb32d4..474ae0194b 100644 --- a/identity_diff/derive/Cargo.toml +++ b/identity_diff/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity-diff-derive" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" diff --git a/identity_iota/Cargo.toml b/identity_iota/Cargo.toml index 358689f238..c77ee06a24 100644 --- a/identity_iota/Cargo.toml +++ b/identity_iota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_iota" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] documentation = "https://wiki.iota.org/identity.rs/introduction" edition = "2021" @@ -14,13 +14,13 @@ description = "Framework for Self-Sovereign Identity with IOTA DID." [dependencies] # identity_comm = { version = "=0.5.0-dev.4", path = "../identity_comm", optional = true } -identity_account = { version = "=0.6.0", path = "../identity_account", default-features = false, optional = true } -identity_account_storage = { version = "=0.6.0", path = "../identity_account_storage", default-features = false, optional = true } -identity_core = { version = "=0.6.0", path = "../identity_core", default-features = false } -identity_credential = { version = "=0.6.0", path = "../identity_credential", default-features = false } -identity_did = { version = "=0.6.0", path = "../identity_did", default-features = false } -identity_iota_client = { version = "=0.6.0", path = "../identity_iota_client", default-features = false } -identity_iota_core = { version = "=0.6.0", path = "../identity_iota_core", default-features = false } +identity_account = { version = "=0.6.1", path = "../identity_account", default-features = false, optional = true } +identity_account_storage = { version = "=0.6.1", path = "../identity_account_storage", default-features = false, optional = true } +identity_core = { version = "=0.6.1", path = "../identity_core", default-features = false } +identity_credential = { version = "=0.6.1", path = "../identity_credential", default-features = false } +identity_did = { version = "=0.6.1", path = "../identity_did", default-features = false } +identity_iota_client = { version = "=0.6.1", path = "../identity_iota_client", default-features = false } +identity_iota_core = { version = "=0.6.1", path = "../identity_iota_core", default-features = false } [dev-dependencies] criterion = { version = "0.3" } diff --git a/identity_iota_client/Cargo.toml b/identity_iota_client/Cargo.toml index e4df9e9a58..f02df999dd 100644 --- a/identity_iota_client/Cargo.toml +++ b/identity_iota_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_iota_client" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -16,10 +16,10 @@ bee-rest-api = { version = "0.1.7", default-features = false } brotli = { version = "3.3", default-features = false, features = ["std"] } form_urlencoded = { version = "1.0" } futures = { version = "0.3" } -identity_core = { version = "=0.6.0", path = "../identity_core", default-features = false } -identity_credential = { version = "=0.6.0", path = "../identity_credential" } -identity_did = { version = "=0.6.0", path = "../identity_did", default-features = false } -identity_iota_core = { version = "=0.6.0", path = "../identity_iota_core", default-features = false } +identity_core = { version = "=0.6.1", path = "../identity_core", default-features = false } +identity_credential = { version = "=0.6.1", path = "../identity_credential" } +identity_did = { version = "=0.6.1", path = "../identity_did", default-features = false } +identity_iota_core = { version = "=0.6.1", path = "../identity_iota_core", default-features = false } itertools = { version = "0.10" } lazy_static = { version = "1.4", default-features = false } log = { version = "0.4", default-features = false } diff --git a/identity_iota_core/Cargo.toml b/identity_iota_core/Cargo.toml index 55d0db3571..604a364869 100644 --- a/identity_iota_core/Cargo.toml +++ b/identity_iota_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identity_iota_core" -version = "0.6.0" +version = "0.6.1" authors = ["IOTA Stiftung"] edition = "2021" homepage = "https://www.iota.org" @@ -12,8 +12,8 @@ description = "Core data structures for the IOTA DID Method." [dependencies] bee-message = { version = "0.1.6", default-features = false, features = ["serde"] } -identity_core = { version = "=0.6.0", path = "../identity_core", default-features = false } -identity_did = { version = "=0.6.0", path = "../identity_did", default-features = false } +identity_core = { version = "=0.6.1", path = "../identity_core", default-features = false } +identity_did = { version = "=0.6.1", path = "../identity_did", default-features = false } lazy_static = { version = "1.4", default-features = false } serde = { version = "1.0", default-features = false, features = ["std", "derive"] } strum = { version = "0.24.0", default-features = false, features = ["std", "derive"] }