From cbf2da86d10dc00ce3ea214e67ed67f2e318731f Mon Sep 17 00:00:00 2001 From: Jimmy Bourassa Date: Fri, 8 Mar 2024 10:45:01 -0500 Subject: [PATCH] Release v0.7.0 --- Cargo.lock | 4 ++-- shopify_function/Cargo.toml | 4 ++-- shopify_function_macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4015ff0..415b659 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "shopify_function" -version = "0.6.0" +version = "0.7.0" dependencies = [ "graphql_client", "ryu", @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "shopify_function_macro" -version = "0.6.0" +version = "0.7.0" dependencies = [ "convert_case", "proc-macro2", diff --git a/shopify_function/Cargo.toml b/shopify_function/Cargo.toml index cdaed3c..df103ea 100644 --- a/shopify_function/Cargo.toml +++ b/shopify_function/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT" @@ -9,7 +9,7 @@ description = "Crate to write Shopify Functions in Rust." [dependencies] serde = { version = "1.0.13", features = ["derive"] } serde_json = "1.0" -shopify_function_macro = { version = "0.6.0", path = "../shopify_function_macro" } +shopify_function_macro = { version = "0.7.0", path = "../shopify_function_macro" } # Use the `small` feature of ryu (transitive dependency through serde_json) # to shave off ~9kb of the Wasm binary size. diff --git a/shopify_function_macro/Cargo.toml b/shopify_function_macro/Cargo.toml index c61d6fa..6770174 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function_macro" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT"