commit a4bd400ba47d8354edf36631088e6e61554c11bb
parent 16f82c42309d0b536771d961de44dcb775b7036a
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 16 May 2026 21:22:16 -0230
release: v0.2.5
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.2.5 (2026-05-16)
+ * Improves bech32 encode/decode performance by about 2x.
+
- 0.2.4 (2025-12-28)
* Adds an 'llvm' build flag and tests with GHC 9.10.3.
diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-bech32
-version: 0.2.4
+version: 0.2.5
synopsis: bech32 and bech32m encoding/decoding, per BIPs 173 & 350.
license: MIT
license-file: LICENSE