From 245a6c21a64b3ae94fba79f44b896fef5a96af13 Mon Sep 17 00:00:00 2001 From: Brian H Date: Fri, 21 Oct 2022 16:00:45 -0400 Subject: [PATCH] Bump version to 0.6.0 Signed-off-by: Brian H --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- docs/downloads/install.sh | 4 ++-- sdk/rust/Cargo.toml | 2 +- tests/http/simple-spin-rust/Cargo.lock | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f1713c23b..90725f60ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3871,7 +3871,7 @@ dependencies = [ [[package]] name = "spin-cli" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", @@ -4108,7 +4108,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ec8a8e960d..ef39a143da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spin-cli" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = [ "Fermyon Engineering " ] diff --git a/docs/downloads/install.sh b/docs/downloads/install.sh index 4d5cd28881..ce0b3d9282 100755 --- a/docs/downloads/install.sh +++ b/docs/downloads/install.sh @@ -28,7 +28,7 @@ print_help() { fancy_print 2 "This script installs Spin in the current directory." fancy_print 2 "" fancy_print 2 "Comand line arguments" - fancy_print 2 "--version or -v : Provide what version to install e.g. \"v0.5.0\" or \"canary\"." + fancy_print 2 "--version or -v : Provide what version to install e.g. \"v0.6.0\" or \"canary\"." fancy_print 2 "--help or -h : Shows this help message" } @@ -48,7 +48,7 @@ while [[ $# -gt 0 ]]; do if [[ $# -ne 0 ]]; then VERSION="${1}" else - fancy_print 1 "Please provide the desired version. e.g. --version v0.5.0 or -v canary" + fancy_print 1 "Please provide the desired version. e.g. --version v0.6.0 or -v canary" exit 0 fi ;; diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 6431cc19e6..5f5354f68d 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "spin-sdk" -version = "0.5.0" +version = "0.6.0" [lib] name = "spin_sdk" diff --git a/tests/http/simple-spin-rust/Cargo.lock b/tests/http/simple-spin-rust/Cargo.lock index f00cffee25..84414d3142 100644 --- a/tests/http/simple-spin-rust/Cargo.lock +++ b/tests/http/simple-spin-rust/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "bytes",