commit 5bebdba96afdc43792978a7e9a9e74c7c6e27d75
parent 7d225f6b10d387d452ca6b56dfd49dd7d99ec89e
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 7 Oct 2024 09:40:34 +0400
release: v0.1.1
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.1.1 (2024-10-07)
+ * Add a basic placeholder 'Show' instance for the DRBG type.
+
- 0.1.0 (2024-10-05)
* Initial release.
diff --git a/ppad-hmac-drbg.cabal b/ppad-hmac-drbg.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-hmac-drbg
-version: 0.1.0
+version: 0.1.1
synopsis: HMAC-based deterministic random bit generator
license: MIT
license-file: LICENSE