Skip to content

Commit

Permalink
Update crate versions (#52)
Browse files Browse the repository at this point in the history
* version(async-wasi): bump to `0.1.0`

Signed-off-by: Xin Liu <sam@secondstate.io>

* version(rust-sdk): bump to `0.11.2`

Signed-off-by: Xin Liu <sam@secondstate.io>

* doc(rust-sdk): update `CHANGELOG`

Signed-off-by: Xin Liu <sam@secondstate.io>

* version(rust-sys): bump to `0.16.2`

Signed-off-by: Xin Liu <sam@secondstate.io>

* chore(rust-sys): update versioning table

Signed-off-by: Xin Liu <sam@secondstate.io>

* chore(rust-sdk): update versioning table

Signed-off-by: Xin Liu <sam@secondstate.io>

---------

Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss authored Aug 7, 2023
1 parent c8e1060 commit 094eb2d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.11.1] - 2023-08-04
## [0.11.2] - 2023-08-07

### ⛰️ Features

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "wasmedge-sdk"
readme = "README.md"
repository = "https://github.com/WasmEdge/WasmEdge/blob/master/bindings/rust/wasmedge-sdk"
version = "0.11.1"
version = "0.11.2"

[dependencies]
anyhow = "1.0"
Expand All @@ -21,7 +21,7 @@ wasmedge-sys = {path = "crates/wasmedge-sys", version = "0.16", default-features
wasmedge-types.workspace = true

[workspace.dependencies]
async-wasi = {path = "crates/async-wasi", version = "=0.0.3"}
async-wasi = {path = "crates/async-wasi", version = "0.1"}
cfg-if = "1.0.0"
parking_lot = "0.12.1"
wasmedge-macro = {path = "crates/wasmedge-macro", version = "0.6"}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This crate depends on the WasmEdge C API. In linux/macOS the crate can download

| wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
| :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
| 0.11.1 | 0.13.3 | 0.16.1 | 0.4.3 | 0.6.1 | 0.0.3 |
| 0.11.2 | 0.13.3 | 0.16.2 | 0.4.3 | 0.6.1 | 0.1.0 |
| 0.11.0 | 0.13.3 | 0.16.0 | 0.4.3 | 0.6.0 | 0.0.3 |
| 0.10.1 | 0.13.3 | 0.15.1 | 0.4.2 | 0.5.0 | 0.0.2 |
| 0.10.0 | 0.13.2 | 0.15.0 | 0.4.2 | 0.5.0 | 0.0.2 |
Expand Down
2 changes: 1 addition & 1 deletion crates/async-wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "async-wasi"
readme = "README.md"
repository = "https://github.com/WasmEdge/wasmedge-rust-sdk"
version = "0.0.3"
version = "0.1.0"

[dependencies]
bitflags = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmedge-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ links = "wasmedge"
name = "wasmedge-sys"
readme = "README.md"
repository = "https://github.com/WasmEdge/wasmedge-rust-sdk"
version = "0.16.1"
version = "0.16.2"

[dependencies]
fiber-for-wasmedge = {version = "8.0.1", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmedge-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!
//! | wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
//! | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
//! | 0.11.1 | 0.13.3 | 0.16.1 | 0.4.3 | 0.6.1 | 0.0.3 |
//! | 0.11.2 | 0.13.3 | 0.16.2 | 0.4.3 | 0.6.1 | 0.1.0 |
//! | 0.11.0 | 0.13.3 | 0.16.0 | 0.4.3 | 0.6.0 | 0.0.3 |
//! | 0.10.1 | 0.13.3 | 0.15.1 | 0.4.2 | 0.5.0 | 0.0.2 |
//! | 0.10.0 | 0.13.2 | 0.15.0 | 0.4.2 | 0.5.0 | 0.0.2 |
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//!
//! | wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
//! | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
//! | 0.11.1 | 0.13.3 | 0.16.1 | 0.4.3 | 0.6.1 | 0.0.3 |
//! | 0.11.2 | 0.13.3 | 0.16.2 | 0.4.3 | 0.6.1 | 0.1.0 |
//! | 0.11.0 | 0.13.3 | 0.16.0 | 0.4.3 | 0.6.0 | 0.0.3 |
//! | 0.10.1 | 0.13.3 | 0.15.1 | 0.4.2 | 0.5.0 | 0.0.2 |
//! | 0.10.0 | 0.13.2 | 0.15.0 | 0.4.2 | 0.5.0 | 0.0.2 |
Expand Down

0 comments on commit 094eb2d

Please sign in to comment.