Skip to content

Commit

Permalink
apply version updates (#218)
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 authored Jul 13, 2023
1 parent e8db042 commit ea5bff2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/bip44-new-coin-type.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.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.
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.22.2"
version = "0.23.0"
license = "Apache-2.0"
authors = [ "IOTA Stiftung" ]
edition = "2021"
Expand Down

0 comments on commit ea5bff2

Please sign in to comment.