From 2fd528ed8da07779bb2b28e253170bcc3a03b944 Mon Sep 17 00:00:00 2001 From: Jeremy Rubin Date: Tue, 16 Jan 2024 18:47:56 -0500 Subject: [PATCH] Release 0.2.4 ctv_emulators@0.2.4 sapio@0.2.4 sapio-base@0.2.4 sapio-cli@0.2.4 sapio-contrib@0.2.4 sapio-ctv-emulator-trait@0.2.4 sapio-psbt@0.2.4 sapio-tools@0.2.4 sapio-trait@0.2.4 sapio-wasm-plugin@0.2.4 sapio_macros@0.2.4 simp-pack@0.2.4 Generated by cargo-workspaces --- cli/Cargo.toml | 4 ++-- ctv_emulators/Cargo.toml | 2 +- emulator-trait/Cargo.toml | 2 +- plugins/Cargo.toml | 2 +- sapio-base/Cargo.toml | 2 +- sapio-contrib/Cargo.toml | 2 +- sapio-psbt/Cargo.toml | 4 ++-- sapio-trait/Cargo.toml | 2 +- sapio/Cargo.toml | 2 +- sapio_macros/Cargo.toml | 2 +- simp-pack/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eb8e5ddb..fb9ea842 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-cli" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" @@ -26,7 +26,7 @@ jsonschema-valid = "0.4.0" [dependencies.sapio-psbt] path = "../sapio-psbt" -version = "0.1.0" +version = "0.2.4" [dependencies.wasmer] version = "4.2.5" diff --git a/ctv_emulators/Cargo.toml b/ctv_emulators/Cargo.toml index 6d65946e..f4aa3079 100644 --- a/ctv_emulators/Cargo.toml +++ b/ctv_emulators/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctv_emulators" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" diff --git a/emulator-trait/Cargo.toml b/emulator-trait/Cargo.toml index 1441e796..2b09670a 100644 --- a/emulator-trait/Cargo.toml +++ b/emulator-trait/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-ctv-emulator-trait" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 8f960cb0..27a41132 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-wasm-plugin" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" diff --git a/sapio-base/Cargo.toml b/sapio-base/Cargo.toml index da3c56b9..e8f75726 100644 --- a/sapio-base/Cargo.toml +++ b/sapio-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-base" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" diff --git a/sapio-contrib/Cargo.toml b/sapio-contrib/Cargo.toml index 08d7e798..4ebe0c94 100644 --- a/sapio-contrib/Cargo.toml +++ b/sapio-contrib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-contrib" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" diff --git a/sapio-psbt/Cargo.toml b/sapio-psbt/Cargo.toml index 5db57135..09191d7a 100644 --- a/sapio-psbt/Cargo.toml +++ b/sapio-psbt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-psbt" -version = "0.1.0" +version = "0.2.4" edition = "2021" authors = ["Jeremy Rubin "] repository = "https://github.com/sapio-lang/sapio" @@ -23,4 +23,4 @@ features = ['use-serde', 'rand', 'base64'] [dependencies.miniscript] package = "sapio-miniscript" version = "^7.0.0" -features = ['compiler', 'use-serde', 'rand', 'use-schemars', 'serde'] \ No newline at end of file +features = ['compiler', 'use-serde', 'rand', 'use-schemars', 'serde'] diff --git a/sapio-trait/Cargo.toml b/sapio-trait/Cargo.toml index 01ae1843..437039c6 100644 --- a/sapio-trait/Cargo.toml +++ b/sapio-trait/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-trait" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MPL-2.0" authors = ["Jeremy Rubin "] diff --git a/sapio/Cargo.toml b/sapio/Cargo.toml index 4a9ef872..9fa30d20 100644 --- a/sapio/Cargo.toml +++ b/sapio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021" diff --git a/sapio_macros/Cargo.toml b/sapio_macros/Cargo.toml index 14b18cac..2e48165f 100644 --- a/sapio_macros/Cargo.toml +++ b/sapio_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio_macros" -version = "0.2.2" +version = "0.2.4" edition = "2021" license = "MPL-2.0" authors = ["Jeremy Rubin "] diff --git a/simp-pack/Cargo.toml b/simp-pack/Cargo.toml index 61d76894..af8b5dae 100644 --- a/simp-pack/Cargo.toml +++ b/simp-pack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simp-pack" -version = "0.1.0" +version = "0.2.4" edition = "2021" repository = "https://github.com/sapio-lang/sapio" homepage = "https://sapio-lang.org" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index b3e9ccbc..00f1f13f 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapio-tools" -version = "0.2.0" +version = "0.2.4" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2021"