Skip to content

Commit

Permalink
apply version updates (iotaledger#113)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <thibault-martinez@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and thibault-martinez committed Nov 11, 2021
1 parent 5f3c9d2 commit 7e18730
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .changes/blake2b-160.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bump-bee-ternary-changelog.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## \[0.8.0]

- Support for the Blake2b hashing function to 160 bits

- Wrapper around VarBlake2b for 160 bits hash

- New tests for 160 bits copied from blake2b-256

- Generate new test vector created with b2sum using the inputs of blake2b-256 test vector

- Update list of supported algorithms

- [dd055a4](https://www.github.com/iotaledger/crypto.rs/commit/dd055a4a1df8866228334086c8f13d1a05096bce) Add Blake2b-160 ([#111](https://www.github.com/iotaledger/crypto.rs/pull/111)) on 2021-10-27

- Update bee-ternary requirement from 0.4.2-alpha to 0.5.0
- [5f3c9d2](https://www.github.com/iotaledger/crypto.rs/commit/5f3c9d2770760eaaf32880322f45d57518d24fd0) Add .changes file for bee-ternary bump ([#115](https://www.github.com/iotaledger/crypto.rs/pull/115)) on 2021-11-11

## \[0.7.0]

- - Enabled to access the `Segment` vector in `Chain`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-crypto"
version = "0.7.0"
version = "0.8.0"
license = "Apache-2.0"
authors = [
"Gustav Behm <gustav.behm@iota.org>",
Expand Down

0 comments on commit 7e18730

Please sign in to comment.