Skip to content

Commit

Permalink
Merge pull request #627 from lann/v0.4.0-bumps
Browse files Browse the repository at this point in the history
chore(*): v0.4.0 pre-release bumps
  • Loading branch information
lann authored Jul 13, 2022
2 parents 4ede983 + 161fc4a commit 784094e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 = "spin-cli"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = [ "Fermyon Engineering <[email protected]>" ]

Expand Down
6 changes: 3 additions & 3 deletions docs/content/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ You can download the [latest release](https://github.com/fermyon/spin/releases).
For example, for an Apple silicon macOS machine:

```
$ wget https://github.com/fermyon/spin/releases/download/v0.3.0/spin-v0.3.0-macos-aarch64.tar.gz
$ tar xfv spin-v0.3.0-macos-aarch64.tar.gz
$ wget https://github.com/fermyon/spin/releases/download/v0.4.0/spin-v0.4.0-macos-aarch64.tar.gz
$ tar xfv spin-v0.4.0-macos-aarch64.tar.gz
$ ./spin --help
```

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:

```bash
$ git clone https://github.com/fermyon/spin -b v0.3.0
$ git clone https://github.com/fermyon/spin -b v0.4.0
$ cd spin
$ rustup target add wasm32-wasi
$ cargo install --path .
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "spin-sdk"
version = "0.3.0"
version = "0.4.0"

[lib]
name = "spin_sdk"
Expand Down
2 changes: 1 addition & 1 deletion tests/http/simple-spin-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 784094e

Please sign in to comment.