From 307cf6b94b52f2bb8b9e920ccfaa8c268bb203b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eike=20Ha=C3=9F?=
Date: Thu, 2 Nov 2023 11:14:02 +0100
Subject: [PATCH] update version
---
README.md | 4 +--
bindings/wasm/Cargo.toml | 2 +-
bindings/wasm/README.md | 4 +--
bindings/wasm/docs/api-reference.md | 38 ++++++++++++++---------------
identity_iota/README.md | 4 +--
5 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/README.md b/README.md
index 90c0cd739c..0f325b6c2d 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende
```toml
[dependencies]
-identity_iota = { version = "1.0.0-rc" }
+identity_iota = { version = "1.0.0" }
```
To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
@@ -74,7 +74,7 @@ version = "1.0.0"
edition = "2021"
[dependencies]
-identity_iota = { version = "1.0.0-rc" }
+identity_iota = { version = "1.0.0" }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
```
diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml
index 1efc9b7d7f..41a34753bf 100644
--- a/bindings/wasm/Cargo.toml
+++ b/bindings/wasm/Cargo.toml
@@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
async-trait = { version = "0.1", default-features = false }
console_error_panic_hook = { version = "0.1" }
futures = { version = "0.3" }
-identity_eddsa_verifier = { version = "1.0.0-rc.1", path = "../../identity_eddsa_verifier", default-features = false, features = ["ed25519"] }
+identity_eddsa_verifier = { version = "1.0.0", path = "../../identity_eddsa_verifier", default-features = false, features = ["ed25519"] }
js-sys = { version = "0.3.61" }
proc_typescript = { version = "0.1.0", path = "./proc_typescript" }
serde = { version = "1.0", features = ["derive"] }
diff --git a/bindings/wasm/README.md b/bindings/wasm/README.md
index 4e821c4ac2..33a6c4d34f 100644
--- a/bindings/wasm/README.md
+++ b/bindings/wasm/README.md
@@ -1,6 +1,6 @@
# IOTA Identity WASM
-> This is the 1.0 release candidate (rc) version of the official WASM bindings for [IOTA Identity](https://github.com/iotaledger/identity.rs).
+> This is the 1.0 version of the official WASM bindings for [IOTA Identity](https://github.com/iotaledger/identity.rs).
## [API Reference](https://wiki.iota.org/identity.rs/libraries/wasm/api_reference)
@@ -11,7 +11,7 @@
Latest Release: this version matches the `main` branch of this repository.
```bash
-npm install @iota/identity-wasm@rc
+npm install @iota/identity-wasm
```
## Build
diff --git a/bindings/wasm/docs/api-reference.md b/bindings/wasm/docs/api-reference.md
index a817a73136..480fe9f3ac 100644
--- a/bindings/wasm/docs/api-reference.md
+++ b/bindings/wasm/docs/api-reference.md
@@ -149,6 +149,10 @@ working with storage backed DID documents.
## Members
+- StateMetadataEncoding
+
+- MethodRelationship
+
- StatusCheck
Controls validation behaviour when checking whether or not a credential has been revoked by its
credentialStatus
.
@@ -189,15 +193,14 @@ This variant is the default.
- FirstError
Return after the first error occurs.
-- StateMetadataEncoding
-
-- MethodRelationship
-
## Functions
+- start()
+Initializes the console error panic hook for better error messages
+
- encodeB64(data) ⇒
string
Encode the given bytes in url-safe base64.
@@ -212,9 +215,6 @@ This variant is the default.
This function does not check whether alg = EdDSA
in the protected header. Callers are expected to assert this
prior to calling the function.
-- start()
-Initializes the console error panic hook for better error messages
-
@@ -5041,6 +5041,14 @@ Deserializes an instance from a JSON object.
| --- | --- |
| json | any
|
+
+
+## StateMetadataEncoding
+**Kind**: global variable
+
+
+## MethodRelationship
+**Kind**: global variable
## StatusCheck
@@ -5117,14 +5125,12 @@ Return all errors that occur during validation.
Return after the first error occurs.
**Kind**: global variable
-
+
-## StateMetadataEncoding
-**Kind**: global variable
-
+## start()
+Initializes the console error panic hook for better error messages
-## MethodRelationship
-**Kind**: global variable
+**Kind**: global function
## encodeB64(data) ⇒ string
@@ -5169,9 +5175,3 @@ prior to calling the function.
| decodedSignature | Uint8Array
|
| publicKey | [Jwk
](#Jwk) |
-
-
-## start()
-Initializes the console error panic hook for better error messages
-
-**Kind**: global function
diff --git a/identity_iota/README.md b/identity_iota/README.md
index 90c0cd739c..0f325b6c2d 100644
--- a/identity_iota/README.md
+++ b/identity_iota/README.md
@@ -51,7 +51,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende
```toml
[dependencies]
-identity_iota = { version = "1.0.0-rc" }
+identity_iota = { version = "1.0.0" }
```
To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
@@ -74,7 +74,7 @@ version = "1.0.0"
edition = "2021"
[dependencies]
-identity_iota = { version = "1.0.0-rc" }
+identity_iota = { version = "1.0.0" }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
```