Skip to content

Commit 9196e2b

Browse files
committed
Release v0.9.0
1 parent 29f63f4 commit 9196e2b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
# v0.9.0 -- 2023/03/23
5+
6+
- Enable 2018 edition
7+
- Set MSRV at 1.41.1
8+
- Bump bitcoin dependency to v0.29.2
9+
- Bump secp256k1 dependency to v0.24.3
10+
- Bump miniscript dependency to v9.0.1
11+
412
# v0.8.2 -- 2022/06/27
513

614
- Add a `descriptor` field to `DescriptorInfo`

Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hal"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["Steven Roose <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/stevenroose/hal/"

0 commit comments

Comments
 (0)