Skip to content

Commit c88f95f

Browse files
committed
Release v0.9.1
1 parent d6b379c commit c88f95f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

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

4+
5+
# v0.9.1 -- 2023-06-13
6+
7+
- Add `p2tr` to address output
8+
- Add `xonly_pubkey` to public key output
9+
- Add taproot related arguments to `address create` command
10+
- Add `key derive` command
11+
- Add `key pubkey-tweak-add` command
12+
- Add `key pubkey combine` command
13+
414
# v0.9.0 -- 2023/03/23
515

616
- Enable 2018 edition
@@ -22,7 +32,7 @@ CHANGELOG
2232

2333
- Update bitcoin dependency to v0.27.0
2434
- Update miniscript dependency to v6.0.1
25-
- Add TxInfo::total_output_value
35+
- Add `TxInfo::total_output_value`
2636
- Reinstate compatibility with Rust 1.32
2737
- Add `psbt rawsign` command
2838
- Fix bug in `miniscript inspect`

Cargo.lock

+1-3
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.9.0"
3+
version = "0.9.1"
44
authors = ["Steven Roose <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/stevenroose/hal/"

0 commit comments

Comments
 (0)