commit 772c4a7c7d2463b62f0f495036bb5ac0ed743efe parent 8493ab678487eb0691abced2a2863a9a4beee95c Author: Jared Tobin <jared@jtobin.io> Date: Sun, 19 Jan 2025 21:20:07 +0400 release: v0.1.0 Diffstat:
M | CHANGELOG | | | 7 | +++++++ |
M | ppad-script.cabal | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,7 @@ +# Changelog + +- 0.1.0 (2025-01-19) + * Initial release supporting basic representations of Script, as well + as utility functions for converting between them. + + diff --git a/ppad-script.cabal b/ppad-script.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: ppad-script version: 0.1.0 -synopsis: Primitive (Bitcoin) Script support. +synopsis: Primitive Script support. license: MIT license-file: LICENSE author: Jared Tobin