Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Jul 16, 2023
1 parent 8d2ccdc commit 471dbb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@ CHANGELOG
=========


# v0.9.3 -- 2023-07-16

- Rename `key sign` command to `key ecdsa-sign`, but `key sign` still works.
- Rename `key verify` command to `key ecdsa-verify`, but `key verify` still works.
- Add `key schnorr-sign` command
- Add `key schnorr-verify` command
- Make network selection options global
- Make yaml output selection global

# v0.9.2 -- 2023-07-14

- Support signet
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
version = "0.9.3"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/stevenroose/hal/"
Expand Down

0 comments on commit 471dbb3

Please sign in to comment.