Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit e32d040

Browse files
authored
Merge pull request #50 from rust-bitcoin/2019-06-0.4.0
increase version to 0.4.0
2 parents a21e8ca + c834598 commit e32d040

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.4.0 - 2019-06-23
2+
3+
* [Add `from_inner` method](https://github.com/rust-bitcoin/bitcoin_hashes/pull/20) to all hashes
4+
* [Update `FromHex` trait](https://github.com/rust-bitcoin/bitcoin_hashes/pull/40) to require `from_byte_iter` method rather than `from_hex` be implemented
5+
* Make `Hmac` midstate [an actual HMAC midstate](https://github.com/rust-bitcoin/bitcoin_hashes/pull/43)
6+
* Allow `Display` [of truncated hashes](https://github.com/rust-bitcoin/bitcoin_hashes/pull/9)
7+
* Require [using a constructor for `HexIterator`](https://github.com/rust-bitcoin/bitcoin_hashes/pull/44) and then [clean up the internals](https://github.com/rust-bitcoin/bitcoin_hashes/pull/47)
8+
* [Strongly type `sha256::Midstate`](https://github.com/rust-bitcoin/bitcoin_hashes/pull/39) to allow independent serialization
9+
* Add [siphash24 module](https://github.com/rust-bitcoin/bitcoin_hashes/pull/46)
10+
11+
# 0.3.2 - 2019-03-20
12+
13+
* Implement the `FromHex` trait on [many more types](https://github.com/rust-bitcoin/bitcoin_hashes/pull/38)
14+
15+
# 0.3.1 - 2019-03-04
16+
17+
* [Fix serde serialization](https://github.com/rust-bitcoin/bitcoin_hashes/pull/36)
18+
119
# 0.3.0 - 2019-01-23
220

321
* Bump minimum required rustc version to 1.22.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoin_hashes"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
66
description = "Hash functions used by rust-bitcoin which support rustc 1.14.0"

0 commit comments

Comments
 (0)