commit 7b23d36477fcc438f4087db5bc994eac5bdc66d2
parent 33d120c4c4b89c1188dae7c6d48e501d3d8ab32f
Author: Jared Tobin <jared@jtobin.io>
Date: Tue, 7 Jan 2025 12:11:10 -0330
release: v0.2.1
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.2.1 (2025-01-07)
+ * Removes the 'primitive' dependency.
+
- 0.2.0 (2025-01-04)
* Adds bech32/bech32m/base32 decoding.
* Fixes a bug in which mixed-case HRP's would result in encodings with
diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-bech32
-version: 0.2.0
+version: 0.2.1
synopsis: bech32 and bech32m encoding/decoding, per BIPs 173 & 350.
license: MIT
license-file: LICENSE