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

Commit 28d8f4f

Browse files
authored
Merge pull request #132 from rust-bitcoin/2021-06--major-rev
bump version to 0.10.0
2 parents fb94813 + f111b97 commit 28d8f4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# 0.10.0 - 2021-07-05
3+
4+
* Increase `core2` to released version of 0.3.0
5+
26
# 0.9.7 - 2021-06-17
37

48
* Introduce `alloc` feature and `core2` dependency for nostd support (this feature has MSRV of 1.36 rather than 1.29)

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.9.7"
3+
version = "0.10.0"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
66
description = "Hash functions used by rust-bitcoin which support rustc 1.29.0"

0 commit comments

Comments
 (0)