From caf7b46ac3e7c473f8a1aa427dea92425da24ce7 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 28 Jan 2022 10:53:58 -0700 Subject: [PATCH] chore(*): bump version to 0.5.0 Signed-off-by: Vaughn Dice --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/installation.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f231125..49de28e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2709,7 +2709,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "wagi" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 0163913..36bf349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wagi" - version = "0.4.0" + version = "0.5.0" authors = ["Matt Butcher "] edition = "2021" diff --git a/docs/installation.md b/docs/installation.md index c0b4b15..6d4318a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,8 +8,8 @@ and download the desired release. Usually, the most recent release is the one yo You can generate and compare the SHA with `shasum`: ```console -$ shasum wagi-v0.4.0-linux-amd64.tar.gz -ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.3.0-linux-amd64.tar.gz +$ shasum wagi-v0.5.0-linux-amd64.tar.gz +ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.5.0-linux-amd64.tar.gz ``` You can then compare that SHA with the one present in the release notes. @@ -40,7 +40,7 @@ To build a static binary, run the following command: ```console $ make build - Compiling wagi v0.4.0 (/Users/technosophos/Code/Rust/wagi) + Compiling wagi v0.5.0 (/Users/technosophos/Code/Rust/wagi) Finished release [optimized] target(s) in 18.47s ```