Skip to content

Commit

Permalink
bump: version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Aug 26, 2022
1 parent a012847 commit c54af9e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 = "wasi-vfs"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Yuta Saito <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion Formula/wasi-vfs.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class WasiVfs < Formula
desc "A virtual filesystem layer for WASI."
homepage "https://github.com/kateinoigakukun/wasi-vfs"
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.1.1", using: :git
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.2.0", using: :git
head "https://github.com/kateinoigakukun/wasi-vfs.git", branch: "main"
license "MIT"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project provides a language and host-agnostic virtual filesystem layer for
A typical installation from the release binaries might look like the following:

```console
$ export WASI_VFS_VERSION=0.1.0
$ export WASI_VFS_VERSION=0.2.0

# For x86_64 Linux host machine
$ curl -LO "https://github.com/kateinoigakukun/wasi-vfs/releases/download/v${WASI_VFS_VERSION}/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasi-libc-trampoline-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-libc-trampoline-bindgen"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/wasi-vfs-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-vfs-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit c54af9e

Please sign in to comment.