Skip to content

Commit

Permalink
apply version updates (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <[email protected]>
  • Loading branch information
github-actions[bot] and thibault-martinez authored May 26, 2023
1 parent 57a3251 commit 3fb5d99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/bip39-decode-separator.md

This file was deleted.

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

## \[0.20.1]

- [`57a3251`](https://www.github.com/iotaledger/crypto.rs/commit/57a3251af8876ecf4771449fce7bf887b7ed9391)([#197](https://www.github.com/iotaledger/crypto.rs/pull/197)) Use word separator provided in `WordList` when decoding. Disallow toleration for multiple whitespace when single whitespace is defined as a word separator.

## \[0.20.0]

- [`2c455b1`](https://www.github.com/iotaledger/crypto.rs/commit/2c455b182d02ba7b354487b2fd6e9b7443fbd179)([#193](https://www.github.com/iotaledger/crypto.rs/pull/193)) Use `alloc` serde feature.
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.20.0"
version = "0.20.1"
license = "Apache-2.0"
authors = [ "IOTA Stiftung" ]
edition = "2021"
Expand Down

0 comments on commit 3fb5d99

Please sign in to comment.