Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JeremyRubin committed Jan 16, 2024
1 parent d1c93a1 commit 2fd528e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions 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 <j@rubin.io>"]
edition = "2021"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions 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 <j@rubin.io>"]
repository = "https://github.com/sapio-lang/sapio"
Expand All @@ -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']
features = ['compiler', 'use-serde', 'rand', 'use-schemars', 'serde']
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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 <j@rubin.io>"]
edition = "2021"
Expand Down

0 comments on commit 2fd528e

Please sign in to comment.