From de53a06fd9a4cabd8036ce0383bcb87c82f14e89 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Thu, 20 Jun 2024 14:01:53 -0600 Subject: [PATCH] chore(*): bumps for 0.9.0 release Signed-off-by: Vaughn Dice --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- spin-pluginify.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88e4871..363d35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "cloud" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4db5fc4..ee8a5df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.8.0" +version = "0.9.0" authors = ["Fermyon Engineering "] edition = "2021" rust-version = "1.76" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 24aaedc..3bc7502 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,6 +1,6 @@ name = "cloud" description = "Commands for publishing applications to the Fermyon Cloud." -version = "0.8.0" +version = "0.9.0" spin_compatibility = ">=1.3" license = "Apache-2.0" homepage = "https://github.com/fermyon/cloud-plugin"