From 86ec6f25373e2bc1c1137fe8b1aa30a5c4e8aab7 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 10 Apr 2024 20:59:37 -0700 Subject: [PATCH] bump to v0.8.0 Signed-off-by: Matthew Fisher --- 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 9c46774..9063b31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "cloud-plugin" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ca77038..d6df3e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = { workspace = true } edition = { workspace = true } [workspace.package] -version = "0.7.1" +version = "0.8.0" authors = ["Fermyon Engineering "] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index b6714fb..24aaedc 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.7.1" +version = "0.8.0" spin_compatibility = ">=1.3" license = "Apache-2.0" homepage = "https://github.com/fermyon/cloud-plugin"