From 25771959f33bb35ada13a0dbbd001c0194cc0dbc Mon Sep 17 00:00:00 2001 From: sanket1729 Date: Thu, 3 Jun 2021 12:23:58 -0700 Subject: [PATCH] Release 0.17 - Change the structure of several Transaction primitives to use native secp types. - Support for pset - Support for transaction blinding and creating confidential transactions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a510c67..bfd75e10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elements" -version = "0.16.0" +version = "0.17.0" authors = ["Andrew Poelstra "] description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements" license = "CC0-1.0"