From b00b279b8920415fa95b73fa1b91ee4fca56a4f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 10:42:44 +0100 Subject: [PATCH] Apply Version Updates From Current Changes (#117) * apply version updates * trigger actions Co-authored-by: thibault-martinez Co-authored-by: Wolfgang Welz --- .changes/curl-unrolled-batch.md | 6 ------ CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changes/curl-unrolled-batch.md diff --git a/.changes/curl-unrolled-batch.md b/.changes/curl-unrolled-batch.md deleted file mode 100644 index 6c6cdddc..00000000 --- a/.changes/curl-unrolled-batch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"iota-crypto": minor ---- - -Replace Curl implementation with an unrolled version for better performance. -Add a batched version of Curl. diff --git a/CHANGELOG.md b/CHANGELOG.md index 25df5528..0fe978ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.9.0] + +- Replace Curl implementation with an unrolled version for better performance. + Add a batched version of Curl. + - [18ab209](https://www.github.com/iotaledger/crypto.rs/commit/18ab209cd6c842b310ff614af840ebf3f1c70022) Add unrolled curl and batched curl ([#116](https://www.github.com/iotaledger/crypto.rs/pull/116)) on 2021-11-19 + ## \[0.8.0] - Support for the Blake2b hashing function to 160 bits diff --git a/Cargo.toml b/Cargo.toml index 62db7e62..61fd0f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.8.0" +version = "0.9.0" license = "Apache-2.0" authors = [ "Gustav Behm ",