commit 88134bba408c8c4081770ed05458dce7819268db
parent eda6df786c39871ed22cf46c6465116f69209b29
Author: Jared Tobin <jared@jtobin.io>
Date: Wed, 25 Feb 2026 14:09:34 +0400
release: v0.3.3
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.3.3 (2026-02-25)
+ * Bumps ppad-sha{256,512} dependencies.
+
- 0.3.2 (2026-01-10)
* Bumps some dependency lower bounds.
diff --git a/ppad-bip39.cabal b/ppad-bip39.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-bip39
-version: 0.3.2
+version: 0.3.3
synopsis: BIP39 mnemonic codes.
license: MIT
license-file: LICENSE
@@ -48,8 +48,8 @@ library
base >= 4.9 && < 5
, bytestring >= 0.9 && < 0.13
, ppad-pbkdf >= 0.2.2 && < 0.3
- , ppad-sha256 >= 0.3 && < 0.4
- , ppad-sha512 >= 0.2 && < 0.3
+ , ppad-sha256 >= 0.3.2 && < 0.4
+ , ppad-sha512 >= 0.2.2 && < 0.3
, primitive >= 0.8 && < 0.10
, text >= 2.1 && < 2.2
, text-icu >= 0.8 && < 0.9