Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit fa954aa

Browse files
committed
chore: bump to version 0.3.0
Previously 0.2.5 was published, but cargo (in deviance from Semver) considers that compatible with v0.2.4. To prevent issues due to breaking public API from v0.2.4, v0.2.5 is yanked and re-published as v0.3.0 instead.
1 parent 382d635 commit fa954aa

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wonnx-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-cli"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
edition = "2021"
55
repository = "https://github.com/webonnx/wonnx.git"
66
homepage = "https://github.com/webonnx/wonnx"
@@ -28,8 +28,8 @@ structopt = { version = "0.3.26", features = [ "paw" ] }
2828
thiserror = "1.0.31"
2929
tract-onnx = { version = "0.16.7", optional = true }
3030
wgpu = "0.13.1"
31-
wonnx = { version = "0.2.5" }
32-
wonnx-preprocessing = { version = "0.2.5" }
31+
wonnx = { version = "0.3.0" }
32+
wonnx-preprocessing = { version = "0.3.0" }
3333
human_bytes = "0.3.1"
3434

3535
[dev-dependencies]

wonnx-preprocessing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-preprocessing"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Preprocessing utility crate for WONNX. WONNX is an ONNX runtime based on wgpu aimed at being a universal GPU runtime, written in Rust."
@@ -17,7 +17,7 @@ thiserror = "1.0.31"
1717
tokenizers = "0.11.3"
1818
tract-onnx = { version = "^0.17.0", optional = true }
1919
wgpu = "0.13.1"
20-
wonnx = { version = "0.2.5" }
20+
wonnx = { version = "0.3.0" }
2121
serde_json = "^1.0"
2222

2323
[dev-dependencies]

wonnx-py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-py"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
edition = "2018"
55
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ homepage = "https://github.com/webonnx/wonnx"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
wonnx = { version = "0.2.5" }
14+
wonnx = { version = "0.3.0" }
1515
protobuf = { version = "2.27.1", features = ["with-bytes"] }
1616
pyo3 = "0.16.5"
1717
pollster = "0.2.5"

wonnx-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-wasm"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -25,7 +25,7 @@ crate-type = ["cdylib"]
2525
lto = true
2626

2727
[dependencies]
28-
wonnx = { version = "0.2.5" }
28+
wonnx = { version = "0.3.0" }
2929
log = "0.4.17"
3030
console_log = "0.2.0"
3131
console_error_panic_hook = "0.1.7"

wonnx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)