Skip to content

Commit

Permalink
Merge pull request #168 from technosophos/release/v0.7.0
Browse files Browse the repository at this point in the history
Prepare for release v0.7.0
  • Loading branch information
technosophos committed Mar 7, 2022
2 parents b272a47 + 0c37ad6 commit 113749e
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.6.2"
version = "0.7.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.6.2-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.6.2-linux-amd64.tar.gz
$ shasum wagi-v0.7.0-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.7.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.6.2 (/Users/technosophos/Code/Rust/wagi)
Compiling wagi v0.7.0 (/Users/technosophos/Code/Rust/wagi)
Finished release [optimized] target(s) in 18.47s
```

Expand Down

0 comments on commit 113749e

Please sign in to comment.