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

Commit 22befa6

Browse files
authored
Merge pull request #129 from rust-bitcoin/2021-06--release-097
bump version to 0.9.7
2 parents 908b168 + d53a226 commit 22befa6

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.9.7 - 2021-06-17
3+
4+
* Introduce `alloc` feature and `core2` dependency for nostd support (this feature has MSRV of 1.36 rather than 1.29)
5+
26
# 0.9.6 - 2021-05-03
37

48
* Re-export `core` as `_export::_core`. This resolves an issue when calling several exported macros with the `std` feature.

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.6"
3+
version = "0.9.7"
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)