From d778b8e8af4c06db32de3b6dd6d802818060bec6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 10:19:30 +0200 Subject: [PATCH] apply version updates (#135) Co-authored-by: thibault-martinez --- .changes/bump-version-minor.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/bump-version-minor.md diff --git a/.changes/bump-version-minor.md b/.changes/bump-version-minor.md deleted file mode 100644 index dcd04826..00000000 --- a/.changes/bump-version-minor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-crypto": minor ---- - -Bump version minor to fix https://github.com/iotaledger/bee/issues/1360 diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ac9c2f..b1e665f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.10.0] + +- Bump version minor to fix https://github.com/iotaledger/bee/issues/1360 + - [95662a7](https://www.github.com/iotaledger/crypto.rs/commit/95662a79448907cc9bf572595fc178b4fbc61531) Bump version minor ([#134](https://www.github.com/iotaledger/crypto.rs/pull/134)) on 2022-05-04 + ## \[0.9.2] - Bump version of `bee-ternary` to `v0.6.0` diff --git a/Cargo.toml b/Cargo.toml index a9a26bec..97c4d866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.9.2" +version = "0.10.0" license = "Apache-2.0" authors = [ "Gustav Behm ",