We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe0e6a commit efda90dCopy full SHA for efda90d
CHANGELOG
@@ -1,5 +1,10 @@
1
# changelog
2
3
+- 0.2.0 (2024-11-07)
4
+ * w{r}context now returns IO () to make leaking context impossible.
5
+ * Assorted api changes to more closely match ppad-secp256k1.
6
+ * Pub and XOnlyPub data constructors are now exported.
7
+
8
- 0.1.0 (2024-03-12)
9
Initial release, binding to bitcoin-core/secp256k1 v0.4.1.
10
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
0 commit comments