Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.0"
version = "0.8.1"
authors = ["Matt Butcher <[email protected]>"]
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.8.0-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.8.0-linux-amd64.tar.gz
$ shasum wagi-v0.8.1-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.8.1-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.8.0 (/Users/technosophos/Code/Rust/wagi)
Compiling wagi v0.8.1 (/Users/technosophos/Code/Rust/wagi)
Finished release [optimized] target(s) in 18.47s
```

Expand Down