diff --git a/.changes/mobile-support.md b/.changes/mobile-support.md deleted file mode 100644 index 4c20fbff3..000000000 --- a/.changes/mobile-support.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"iota-stronghold": patch -"stronghold-engine": patch -"stronghold-runtime": patch ---- -Disable frag module for android and ios targets. \ No newline at end of file diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 5d9c1c3aa..238e9484f 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[1.0.5] + +- Disable frag module for android and ios targets. + - [0a2331a9](https://www.github.com/iotaledger/stronghold.rs/commit/0a2331a906493c3466f029155601aa0cda8f363d) Fix clippy and add covector changefile on 2022-11-14 + - [21fbdc68](https://www.github.com/iotaledger/stronghold.rs/commit/21fbdc68dbee1e803be1ed214e0e1f98ebffe711) Add changefiles on 2022-11-15 + - [4561e4a9](https://www.github.com/iotaledger/stronghold.rs/commit/4561e4a93e2c7119e5da04c1eb5b505303bb3114) Merge changefiles on 2022-11-15 + ## \[1.0.4] - fix typos in `ClientError` diff --git a/client/Cargo.toml b/client/Cargo.toml index 523919cd6..0cc6742ce 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota_stronghold" -version = "1.0.4" +version = "1.0.5" edition = "2021" license = "Apache-2.0" readme = "README.md" diff --git a/engine/CHANGELOG.md b/engine/CHANGELOG.md index 93bdaea00..e77b62e4b 100644 --- a/engine/CHANGELOG.md +++ b/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[1.0.2] + +- Disable frag module for android and ios targets. + - [0a2331a9](https://www.github.com/iotaledger/stronghold.rs/commit/0a2331a906493c3466f029155601aa0cda8f363d) Fix clippy and add covector changefile on 2022-11-14 + - [21fbdc68](https://www.github.com/iotaledger/stronghold.rs/commit/21fbdc68dbee1e803be1ed214e0e1f98ebffe711) Add changefiles on 2022-11-15 + - [4561e4a9](https://www.github.com/iotaledger/stronghold.rs/commit/4561e4a93e2c7119e5da04c1eb5b505303bb3114) Merge changefiles on 2022-11-15 + ## \[1.0.1] - update version of zeroize diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 5aad3a1d8..9c0831bd7 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stronghold_engine" -version = "1.0.1" +version = "1.0.2" authors = [ "IOTA Stiftung", "tensorprogramming " diff --git a/engine/runtime/CHANGELOG.md b/engine/runtime/CHANGELOG.md index 0b7bbada9..23c41ffc2 100644 --- a/engine/runtime/CHANGELOG.md +++ b/engine/runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[1.0.2] + +- Disable frag module for android and ios targets. + - [0a2331a9](https://www.github.com/iotaledger/stronghold.rs/commit/0a2331a906493c3466f029155601aa0cda8f363d) Fix clippy and add covector changefile on 2022-11-14 + - [21fbdc68](https://www.github.com/iotaledger/stronghold.rs/commit/21fbdc68dbee1e803be1ed214e0e1f98ebffe711) Add changefiles on 2022-11-15 + - [4561e4a9](https://www.github.com/iotaledger/stronghold.rs/commit/4561e4a93e2c7119e5da04c1eb5b505303bb3114) Merge changefiles on 2022-11-15 + ## \[1.0.1] - update version of zeroize diff --git a/engine/runtime/Cargo.toml b/engine/runtime/Cargo.toml index b6434d36b..7ac0cd377 100644 --- a/engine/runtime/Cargo.toml +++ b/engine/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stronghold-runtime" -version = "1.0.1" +version = "1.0.2" authors = [ "IOTA Stiftung", "Alexandre Dang