From 182de69ab2b743465f52de2c798925b59cd6c232 Mon Sep 17 00:00:00 2001 From: Adam Petro Date: Wed, 8 May 2024 14:15:08 -0400 Subject: [PATCH] v0.8.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 e77973e..1cf0961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "shopify_function" -version = "0.7.1" +version = "0.8.0" dependencies = [ "graphql_client", "graphql_client_codegen", @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "shopify_function_macro" -version = "0.7.1" +version = "0.8.0" dependencies = [ "convert_case", "graphql_client_codegen", diff --git a/shopify_function/Cargo.toml b/shopify_function/Cargo.toml index 8d636d5..6a0e95b 100644 --- a/shopify_function/Cargo.toml +++ b/shopify_function/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function" -version = "0.7.1" +version = "0.8.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.7.1", path = "../shopify_function_macro" } +shopify_function_macro = { version = "0.8.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 acc8230..5c67d41 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function_macro" -version = "0.7.1" +version = "0.8.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT"