Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 113749e

Browse files
authored
Merge pull request #168 from technosophos/release/v0.7.0
Prepare for release v0.7.0
2 parents b272a47 + 0c37ad6 commit 113749e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wagi"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
authors = ["Matt Butcher <[email protected]>"]
55
edition = "2021"
66

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ and download the desired release. Usually, the most recent release is the one yo
88
You can generate and compare the SHA with `shasum`:
99

1010
```console
11-
$ shasum wagi-v0.6.2-linux-amd64.tar.gz
12-
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.6.2-linux-amd64.tar.gz
11+
$ shasum wagi-v0.7.0-linux-amd64.tar.gz
12+
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.7.0-linux-amd64.tar.gz
1313
```
1414

1515
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:
4040

4141
```console
4242
$ make build
43-
Compiling wagi v0.6.2 (/Users/technosophos/Code/Rust/wagi)
43+
Compiling wagi v0.7.0 (/Users/technosophos/Code/Rust/wagi)
4444
Finished release [optimized] target(s) in 18.47s
4545
```
4646

0 commit comments

Comments
 (0)