commit 23766d190ce2683035a83211cbdf2d474a5fbb7a
parent 7d930447bfbe228232cb32dedc5ee875dda6bdf6
Author: Jared Tobin <jared@jtobin.io>
Date: Tue, 21 Jan 2025 09:53:36 +0400
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-21)
+ * Minor Haddock improvements.
+
- 0.2.0 (2025-01-20)
* Renames the older-style 'OP_PUSHNUM_N' opcodes to the newer 'OP_N', and
similarly 'OP_PUSHNUM_NEG1' to 'OP_1NEGATE'.
diff --git a/ppad-script.cabal b/ppad-script.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-script
-version: 0.2.0
+version: 0.2.1
synopsis: Primitive Script support.
license: MIT
license-file: LICENSE