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

Commit 9abecad

Browse files
authored
Merge pull request #123 from radu-matei/release/v0.4.0
Change version to 0.4.0
2 parents 09c2a33 + 23efb4b commit 9abecad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3.0"
3+
version = "0.4.0"
44
authors = ["Matt Butcher <[email protected]>"]
55
edition = "2018"
66

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.3.0-linux-amd64.tar.gz
11+
$ shasum wagi-v0.4.0-linux-amd64.tar.gz
1212
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.3.0-linux-amd64.tar.gz
1313
```
1414

@@ -40,7 +40,7 @@ To build a static binary, run the following command:
4040

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

0 commit comments

Comments
 (0)