From ea5bff2896e50b7087f228069c1c76b0f71b26d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:29:10 +0200 Subject: [PATCH] apply version updates (#218) Co-authored-by: thibault-martinez --- .changes/bip44-new-coin-type.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/bip44-new-coin-type.md diff --git a/.changes/bip44-new-coin-type.md b/.changes/bip44-new-coin-type.md deleted file mode 100644 index f1ff5cdb..00000000 --- a/.changes/bip44-new-coin-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-crypto": minor ---- - -BIP44 improvements: made coin_type a mandatory constructor parameter, removed Default impl. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9bc0fc..0de15d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.23.0] + +- [`e8db042`](https://www.github.com/iotaledger/crypto.rs/commit/e8db042bb3fb731458a80098d9c3bfb6109a5aad)([#217](https://www.github.com/iotaledger/crypto.rs/pull/217)) BIP44 improvements: made coin_type a mandatory constructor parameter, removed Default impl. + ## \[0.22.2] - [`3e52160`](https://www.github.com/iotaledger/crypto.rs/commit/3e521603e97b8bd8be5f715e621829bf4aefca7f)([#215](https://www.github.com/iotaledger/crypto.rs/pull/215)) BIP44 improvements: derive_from_seed and IntoIterator instance. diff --git a/Cargo.toml b/Cargo.toml index fc7f029c..794c29ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.22.2" +version = "0.23.0" license = "Apache-2.0" authors = [ "IOTA Stiftung" ] edition = "2021"