From b2709203bbd22986dec20adbabfb84dbda69efe2 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Tue, 7 Jan 2025 12:08:59 -0800 Subject: [PATCH] Release Command Trigger v0.2.1 - New release of the trigger that points to Spin v3.1.1 dependencies Signed-off-by: Kate Goldenring --- Cargo.lock | 2 +- Cargo.toml | 2 +- spin-pluginify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55d5225..cfcce0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5303,7 +5303,7 @@ dependencies = [ [[package]] name = "trigger-command" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 83ca9b3..8ca8a78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } rust-version = "1.81" [workspace.package] -version = "0.2.0" +version = "0.2.1" authors = ["Radu Matei "] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index ea38ea4..556181f 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,6 +1,6 @@ name = "trigger-command" description = "A Spin trigger that executes the WASI main function of a component." -version = "0.2" +version = "0.2.1" spin_compatibility = ">=2.0" license = "Apache-2.0" package = "./target/release/trigger-command"