Skip to content

Commit b8715e3

Browse files
committed
release 0.21.12
1 parent c1aeaf7 commit b8715e3

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-api"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-ffi"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, neural network inference"

api/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-proxy"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/proxy/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-proxy-sys"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-rs"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
authors = [ "Romain Liautaud <romain.liautaud@snips.ai>", "Mathieu Poumeyrol <kali@zoy.org>"]
55
license = "MIT OR Apache-2.0"
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-core"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-data"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-extra"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-hir"
3-
version = "0.21.12-pre"
3+
version = "0.21.12"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

0 commit comments

Comments
 (0)