Skip to content

Commit efda90d

Browse files
committed
release: v0.2.0
1 parent 9fe0e6a commit efda90d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changelog
22

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+
38
- 0.1.0 (2024-03-12)
49
Initial release, binding to bitcoin-core/secp256k1 v0.4.1.
510

ppad-csecp256k1.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: ppad-csecp256k1
3-
version: 0.1.0
3+
version: 0.2.0
44
synopsis: bitcoin-core/secp256k1 bindings
55
license: MIT
66
license-file: LICENSE

0 commit comments

Comments
 (0)