Skip to content

Commit

Permalink
release 0.21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Dec 5, 2024
1 parent 64182c0 commit 739c01b
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ unicode-normalization = "0.1.19"
walkdir = "2.3.2"
tract-api = { version = '0.21.8-pre', path = 'api' }
tract-core = { version = '0.21.8-pre', path = 'core' }
tract-data = { version = '0.21.8-pre', path = 'data' }
tract-data = { version = '0.21.8', path = 'data' }
tract-extra = { version = '0.21.8-pre', path = 'extra' }
tract-hir = { version = '0.21.8-pre', path = 'hir' }
tract-libcli = { version = '0.21.8-pre', path = 'libcli' }
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-api"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion api/ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-ffi"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, neural network inference"
Expand Down
2 changes: 1 addition & 1 deletion api/proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-proxy"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion api/proxy/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-proxy-sys"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion api/rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-rs"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract"
version = "0.21.8-pre"
version = "0.21.8"
authors = [ "Romain Liautaud <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-core"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-data"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion extra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-extra"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion hir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-hir"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion libcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-libcli"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion linalg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-linalg"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion metal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-metal"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = [
"Hubert de La Jonquière <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion nnef/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-nnef"
version = "0.21.8-pre"
version = "0.21.8"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion nnef/nnef-resources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-nnef-resources"
version = "0.21.8-pre"
version = "0.21.8"
authors = [
"Mathieu Poumeyrol <[email protected]>",
"Hubert de La Jonquière <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion onnx-opl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-onnx-opl"
version = "0.21.8-pre"
version = "0.21.8"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion onnx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-onnx"
version = "0.21.8-pre"
version = "0.21.8"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion pulse-opl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-pulse-opl"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion pulse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-pulse"
version = "0.21.8-pre"
version = "0.21.8"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
12 changes: 6 additions & 6 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
git pull # make sure we are in sync
git push

cargo install tomato-toml
which tomato || cargo install tomato-toml

CRATE_PATH=$1
VERSION=$2
Expand Down Expand Up @@ -33,14 +33,14 @@ crate=$(tomato get package.name $CRATE_PATH/Cargo.toml)
tomato set package.version $VERSION $CRATE_PATH/Cargo.toml
if [ "$crate" = "tract-metal" ]
then
cargo publish --allow-dirty --no-verify -p $crate
cargo publish -q --allow-dirty --no-verify -p $crate
else
cargo publish --allow-dirty -p $crate
cargo publish -q --allow-dirty -p $crate
fi

./.change_crate_dep.sh $crate $VERSION

cargo update
#./.change_crate_dep.sh $crate $VERSION
#
#cargo update

if [ "$CRATE_PATH" = "cli" ]
then
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-tensorflow"
version = "0.21.8-pre"
version = "0.21.8"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
2 changes: 1 addition & 1 deletion tflite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-tflite"
version = "0.21.8-pre"
version = "0.21.8"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down

0 comments on commit 739c01b

Please sign in to comment.