Skip to content

Commit 73e5582

Browse files
committed
chore(*): bumps for forthcoming 0.5.0 release
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
1 parent 4977ca6 commit 73e5582

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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 = "spin-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
66

docs/content/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ You can download the [latest release](https://github.com/fermyon/spin/releases).
1616
For example, for an Apple silicon macOS machine:
1717

1818
```
19-
$ wget https://github.com/fermyon/spin/releases/download/v0.4.0/spin-v0.4.0-macos-aarch64.tar.gz
20-
$ tar xfv spin-v0.4.0-macos-aarch64.tar.gz
19+
$ wget https://github.com/fermyon/spin/releases/download/v0.5.0/spin-v0.5.0-macos-aarch64.tar.gz
20+
$ tar xfv spin-v0.5.0-macos-aarch64.tar.gz
2121
$ ./spin --help
2222
```
2323

2424
If you have [`cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html), you can clone the repo and install it to your path:
2525

2626
```bash
27-
$ git clone https://github.com/fermyon/spin -b v0.4.0
27+
$ git clone https://github.com/fermyon/spin -b v0.5.0
2828
$ cd spin
2929
$ rustup target add wasm32-wasi
3030
$ cargo install --locked --path .

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "spin-sdk"
4-
version = "0.4.0"
4+
version = "0.5.0"
55

66
[lib]
77
name = "spin_sdk"

0 commit comments

Comments
 (0)