commit 8eddc6360be911b42bc538a7dd4cb49f7722c47f
parent 5eb0eb475c9a2d5b1e9c63053f4197013f160826
Author: Jared Tobin <jared@jtobin.io>
Date: Thu, 6 Feb 2025 18:05:15 +0400
release: v0.1.2
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.1.2 (2025-02-06)
+ * Minor bytestring optimizations for shaving off microseconds in
+ certain cases.
+
- 0.1.1 (2024-10-07)
* Add a basic placeholder 'Show' instance for the DRBG type.
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.1
+version: 0.1.2
synopsis: HMAC-based deterministic random bit generator
license: MIT
license-file: LICENSE