Skip to content

Commit

Permalink
Merge pull request #168 from LLFourn/v0.9.1-release
Browse files Browse the repository at this point in the history
v0.9.1 release
  • Loading branch information
LLFourn committed Jul 12, 2023
2 parents 6489de8 + 124ff49 commit 2981eb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG


## v0.9.1

- Added more `bincode` derives for FROST things
- Added `libsecp_compat_0_27` feature. This allows you to keep compatibility with particular versions going forward.

## v0.9.0

- Improved API of FROST in `schnorr_fun`
Expand Down
2 changes: 1 addition & 1 deletion schnorr_fun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "schnorr_fun"
version = "0.9.0"
version = "0.9.1"
authors = ["LLFourn <lloyd.fourn@gmail.com>"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion secp256kfun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secp256kfun"
version = "0.9.0"
version = "0.9.1"
authors = ["LLFourn <lloyd.fourn@gmail.com>"]
license = "0BSD"
homepage = "https://github.com/LLFourn/secp256kfun"
Expand Down

0 comments on commit 2981eb9

Please sign in to comment.