From e140987400e16b6fcfb4182164b3e5e73c6caf5a Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 22 Jun 2026 15:09:30 -0300 Subject: [PATCH] chore: release 0.14.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 157b2f3..866cfbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,7 +1211,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tx3-sdk" -version = "0.13.0" +version = "0.14.0" dependencies = [ "base64", "bech32", diff --git a/Cargo.toml b/Cargo.toml index 6fc5f49..a08c072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["TxPipe"] edition = "2021" license = "Apache-2.0" repository = "https://github.com/tx3-lang/rust-sdk" -version = "0.13.0" +version = "0.14.0" keywords = ["blockchain", "utxo", "dsl"] documentation = "https://docs.rs/tx3-sdk" homepage = "https://github.com/tx3-lang/rust-sdk"