Skip to content

Commit

Permalink
apply version updates (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Wollac <Wollac@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Wollac authored Jun 14, 2022
1 parent 1e419b2 commit 8e15447
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changes/add-derives.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changes/upgrade_digest_package.md

This file was deleted.

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

## \[0.12.0]

- Derive more traits for `Curve`, `Key`, `Segment` and `Chain`.
- [c61d292](https://www.github.com/iotaledger/crypto.rs/commit/c61d29253930105d0d589e54829b639427061e81) Derive traits for Curve, Key, Segment and Chain ([#139](https://www.github.com/iotaledger/crypto.rs/pull/139)) on 2022-05-23

- Update to digest-0.10

- digest: 0.9 -> 0.10

- blake2: 0.9 -> 0.10

- hmac: 0.11 -> 0.12

- pbkdf2: 0.8 -> 0.11

- sha2: 0.9 -> 0.10

- sha3: 0.9 -> 0.10

- [1e419b2](https://www.github.com/iotaledger/crypto.rs/commit/1e419b2a9f6299b873d04646c911c79c3537040b) Upgrade digest to 0.10 and dependent packages ([#142](https://www.github.com/iotaledger/crypto.rs/pull/142)) on 2022-06-01

## \[0.11.0]

- Add AES-CBC algorithms (`Aes128CbcHmac256`, `Aes192CbcHmac384`, `Aes256CbcHmac512`).
Expand Down
4 changes: 2 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.11.0"
version = "0.12.0"
license = "Apache-2.0"
authors = [
"Gustav Behm <gustav.behm@iota.org>",
Expand Down Expand Up @@ -99,7 +99,7 @@ x25519-dalek = { version = "1.1", optional = true, default-features = false, fea
zeroize = { version = "1.3", optional = true, default-features = false, features = [ "zeroize_derive" ] }

[dev-dependencies]
hex = { version = "0.4", default-features = false, features = [ "alloc" ]}
hex = { version = "0.4", default-features = false, features = [ "alloc" ] }
rand = { version = "0.8", default-features = false, features = [ "std", "std_rng" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
Expand Down

0 comments on commit 8e15447

Please sign in to comment.