Skip to content

Commit

Permalink
apply version updates (#206)
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 Jun 26, 2023
1 parent 0843e7b commit e7c1aba
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changes/bip39-better-refs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/signatures-ord.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/slip10-cosmetics.md

This file was deleted.

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

## \[0.21.1]

- [`0c33ca5`](https://www.github.com/iotaledger/crypto.rs/commit/0c33ca571c6695c0f6ace53b9ef278cb74a6c969)([#204](https://www.github.com/iotaledger/crypto.rs/pull/204)) BIP39 reference types and other minor improvements.
- [`0843e7b`](https://www.github.com/iotaledger/crypto.rs/commit/0843e7b432a4eabf369bbbd212d77c96397a59cb)([#205](https://www.github.com/iotaledger/crypto.rs/pull/205)) Implement `Eq`, `Ord` and `Hash` traits for public key and signature types.
- [`2926f7c`](https://www.github.com/iotaledger/crypto.rs/commit/2926f7c40e429e5e4ce77a29ed132883153b23fa)([#207](https://www.github.com/iotaledger/crypto.rs/pull/207)) SLIP10 minor improvements.

## \[0.21.0]

- [`8bc7a70`](https://www.github.com/iotaledger/crypto.rs/commit/8bc7a70f86f094e272280d06fcca0fabfb8f8345)([#200](https://www.github.com/iotaledger/crypto.rs/pull/200)) Use safety wrappers for BIP39 mnemonic and passphrase types for encapsulating normalization (UTF-8 NFKD) checks and avoid potential secret leaks.
Expand Down
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-crypto"
version = "0.21.0"
version = "0.21.1"
license = "Apache-2.0"
authors = [ "IOTA Stiftung" ]
edition = "2021"
Expand Down Expand Up @@ -94,7 +94,12 @@ age = [
"zeroize"
]
secp256k1 = [ "dep:k256", "k256?/ecdsa", "dep:tiny-keccak", "zeroize" ]
serde = [ "dep:serde", "ed25519-zebra?/serde", "k256?/serde", "k256?/pem" ]
serde = [
"dep:serde",
"ed25519-zebra?/serde",
"k256?/serde",
"k256?/pem"
]

[dependencies]
aead = { version = "0.5", optional = true, default-features = false }
Expand Down

0 comments on commit e7c1aba

Please sign in to comment.