commit efda90d7ddda365c9e2bda2ed1e9acc9265a4eaf parent 9fe0e6a2464e8db77a08c7c93d26a7a827424f31 Author: Jared Tobin <jared@jtobin.io> Date: Thu, 7 Nov 2024 16:49:53 +0400 release: v0.2.0 Diffstat:
M | CHANGELOG | | | 5 | +++++ |
M | ppad-csecp256k1.cabal | | | 2 | +- |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,10 @@ # changelog +- 0.2.0 (2024-11-07) + * w{r}context now returns IO () to make leaking context impossible. + * Assorted api changes to more closely match ppad-secp256k1. + * Pub and XOnlyPub data constructors are now exported. + - 0.1.0 (2024-03-12) Initial release, binding to bitcoin-core/secp256k1 v0.4.1. diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-csecp256k1 -version: 0.1.0 +version: 0.2.0 synopsis: bitcoin-core/secp256k1 bindings license: MIT license-file: LICENSE