Skip to content

Commit

Permalink
chore(*): bump version to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
  • Loading branch information
vdice committed Jan 28, 2022
1 parent 313aeb6 commit caf7b46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wagi"
version = "0.4.0"
version = "0.5.0"
authors = ["Matt Butcher <matt.butcher@microsoft.com>"]
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit caf7b46

Please sign in to comment.