From a433e2737f1a06720795b4a41f7c47855251ff0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:56:33 +0200 Subject: [PATCH] apply version updates (#496) Co-authored-by: thibault-martinez --- .changes/2.0.md | 7 ------- client/CHANGELOG.md | 9 +++++++++ client/Cargo.toml | 2 +- engine/CHANGELOG.md | 8 ++++++++ engine/Cargo.toml | 4 ++-- engine/runtime/CHANGELOG.md | 4 ++++ engine/runtime/Cargo.toml | 2 +- 7 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 .changes/2.0.md diff --git a/.changes/2.0.md b/.changes/2.0.md deleted file mode 100644 index 79903cba2..000000000 --- a/.changes/2.0.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"iota-stronghold": major -"stronghold-engine": major -"stronghold-runtime": major ---- - -Stable release of 2.0. \ No newline at end of file diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 618b08779..a704c2cf2 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## \[2.0.0] + +- [`b9ce406a`](https://www.github.com/iotaledger/stronghold.rs/commit/b9ce406a1a3396a7c8cc7cca42f2bb5c0768dde9)([#495](https://www.github.com/iotaledger/stronghold.rs/pull/495)) Stable release of 2.0. + +### Dependencies + +- Upgraded to `stronghold-engine@2.0.0` +- Upgraded to `stronghold-runtime@2.0.0` + ## \[2.0.0-rc.2] - [`1b46f415`](https://www.github.com/iotaledger/stronghold.rs/commit/1b46f4153ef30f9ca3ea9704c8edefe08ed217b7)([#491](https://www.github.com/iotaledger/stronghold.rs/pull/491)) Bump `iota-crypto` version to 0.23. diff --git a/client/Cargo.toml b/client/Cargo.toml index f4e2d056a..32954ebd3 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota_stronghold" -version = "2.0.0-rc.2" +version = "2.0.0" edition = "2021" license = "Apache-2.0" readme = "README.md" diff --git a/engine/CHANGELOG.md b/engine/CHANGELOG.md index 8a65b88ad..adbb6290c 100644 --- a/engine/CHANGELOG.md +++ b/engine/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[2.0.0] + +- [`b9ce406a`](https://www.github.com/iotaledger/stronghold.rs/commit/b9ce406a1a3396a7c8cc7cca42f2bb5c0768dde9)([#495](https://www.github.com/iotaledger/stronghold.rs/pull/495)) Stable release of 2.0. + +### Dependencies + +- Upgraded to `stronghold-runtime@2.0.0` + ## \[2.0.0-rc.2] - [`1b46f415`](https://www.github.com/iotaledger/stronghold.rs/commit/1b46f4153ef30f9ca3ea9704c8edefe08ed217b7)([#491](https://www.github.com/iotaledger/stronghold.rs/pull/491)) Bump `iota-crypto` version to 0.23. diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 0167ca6da..932223f50 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stronghold_engine" -version = "2.0.0-rc.2" +version = "2.0.0" authors = [ "IOTA Stiftung", "tensorprogramming " @@ -26,7 +26,7 @@ paste = "1.0.1" once_cell = "1.4" zeroize = { version = "1.5.7", features = [ "zeroize_derive" ] } serde = { version = "1.0", features = [ "derive" ] } -stronghold-runtime = { version = "2.0.0-rc.2", path = "runtime" } +stronghold-runtime = { version = "2.0.0", path = "runtime" } digest = { version = "0.10.1", optional = true, default-features = false } iota-crypto = { version = "0.23", features = [ "age", diff --git a/engine/runtime/CHANGELOG.md b/engine/runtime/CHANGELOG.md index 6016caa1a..b6fbaa7ae 100644 --- a/engine/runtime/CHANGELOG.md +++ b/engine/runtime/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.0.0] + +- [`b9ce406a`](https://www.github.com/iotaledger/stronghold.rs/commit/b9ce406a1a3396a7c8cc7cca42f2bb5c0768dde9)([#495](https://www.github.com/iotaledger/stronghold.rs/pull/495)) Stable release of 2.0. + ## \[2.0.0-rc.2] - [`1b46f415`](https://www.github.com/iotaledger/stronghold.rs/commit/1b46f4153ef30f9ca3ea9704c8edefe08ed217b7)([#491](https://www.github.com/iotaledger/stronghold.rs/pull/491)) Bump `iota-crypto` version to 0.23. diff --git a/engine/runtime/Cargo.toml b/engine/runtime/Cargo.toml index 6238d254f..fd4925739 100644 --- a/engine/runtime/Cargo.toml +++ b/engine/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stronghold-runtime" -version = "2.0.0-rc.2" +version = "2.0.0" authors = [ "IOTA Stiftung", "Alexandre Dang