Skip to content

Commit

Permalink
Merge pull request #102 from second-state/release/0.13-newapi
Browse files Browse the repository at this point in the history
Release 0.13.5-newapi
  • Loading branch information
L-jasmine authored Apr 30, 2024
2 parents 1ef2434 + 328a094 commit b92096a
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 26 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build-release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
container:
image: wasmedge/wasmedge:ubuntu-build-clang

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
container:
image: fedora:latest

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]

steps:
- name: Checkout sources
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
env:
WASMEDGE_DIR: ${{ github.workspace }}\WasmEdge
WASMEDGE_BUILD_DIR: ${{ github.workspace }}\WasmEdge\build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
container:
image: wasmedge/wasmedge:ubuntu-build-clang

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
container:
image: fedora:latest

Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]

steps:
- name: Checkout sources
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
env:
WASMEDGE_DIR: ${{ github.workspace }}\WasmEdge
WASMEDGE_BUILD_DIR: ${{ github.workspace }}\WasmEdge\build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-async-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Rust v1.68
- name: Install Rust v1.75
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.75

- name: Dry run cargo publish
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-wasmedge-macro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Rust v1.68
- name: Install Rust v1.75
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.75

- name: Dry run cargo publish
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-wasmedge-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Rust v1.68
- name: Install Rust v1.75
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.75

- name: Dry run cargo publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-static-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
container:
image: wasmedge/wasmedge:ubuntu-build-clang

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]

steps:
- name: Checkout WasmEdge Rust SDK
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]

steps:
- name: Checkout WasmEdge Rust SDK
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]

steps:
- name: Checkout sources
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.73, 1.72, 1.71]
rust: [1.75, 1.74, 1.73]
container:
image: fedora:latest

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.13.5-newapi] - 2024-04-30

### 🚜 Refactor

- [BREAKING] Significant refactoring was done to fix memory leaks ([#98](https://github.com/WasmEdge/wasmedge-rust-sdk/pull/98))

## [0.13.2] - 2023-11-15

### 🐛 Bug Fixes
Expand Down
8 changes: 4 additions & 4 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-rust-sdk"
version = "0.13.2"
version = "0.13.5-newapi"

[dependencies]
anyhow = "1.0"
Expand All @@ -17,15 +17,15 @@ num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0.30"
wasmedge-macro.workspace = true
wasmedge-sys = { path = "crates/wasmedge-sys", version = "0.17.5", default-features = false }
wasmedge-sys = { path = "crates/wasmedge-sys", version = "0.18.0", default-features = false }
wasmedge-types.workspace = true

[workspace.dependencies]
async-wasi = { path = "crates/async-wasi", version = "0.2.0-alpha" }
async-wasi = { path = "crates/async-wasi", version = "0.2.0" }
cfg-if = "1.0.0"
parking_lot = "0.12.1"
wasmedge-macro = { path = "crates/wasmedge-macro", version = "0.6" }
wasmedge-types = { path = "crates/wasmedge-types", version = "0.4" }
wasmedge-types = { path = "crates/wasmedge-types", version = "0.5" }
wat = "1.0"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +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.13.5-newapi | 0.13.5 | 0.18.0 | 0.5.0 | 0.6.1 | 0.2.0 |
| 0.13.2 | 0.13.5 | 0.17.5 | 0.4.4 | 0.6.1 | 0.1.0 |
| 0.13.1 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
| 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
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.2.0-alpha"
version = "0.2.0"

[dependencies]
log = "0.4"
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.17.5"
version = "0.18.0"

[dependencies]
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmedge-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "wasmedge-types"
readme = "README.md"
repository = "https://github.com/WasmEdge/wasmedge-rust-sdk"
version = "0.4.4"
version = "0.5.0"

[dependencies]
thiserror = "1.0.30"
Expand Down

0 comments on commit b92096a

Please sign in to comment.