Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Jun 13, 2023
1 parent d6b379c commit c88f95f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,16 @@
CHANGELOG
=========


# v0.9.1 -- 2023-06-13

- Add `p2tr` to address output
- Add `xonly_pubkey` to public key output
- Add taproot related arguments to `address create` command
- Add `key derive` command
- Add `key pubkey-tweak-add` command
- Add `key pubkey combine` command

# v0.9.0 -- 2023/03/23

- Enable 2018 edition
Expand All @@ -22,7 +32,7 @@ CHANGELOG

- Update bitcoin dependency to v0.27.0
- Update miniscript dependency to v6.0.1
- Add TxInfo::total_output_value
- Add `TxInfo::total_output_value`
- Reinstate compatibility with Rust 1.32
- Add `psbt rawsign` command
- Fix bug in `miniscript inspect`
Expand Down
4 changes: 1 addition & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hal"
version = "0.9.0"
version = "0.9.1"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/stevenroose/hal/"
Expand Down

0 comments on commit c88f95f

Please sign in to comment.