From 739c01b2b9aa6c1090f979a8c66adb0c331e0fb3 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Thu, 5 Dec 2024 11:46:22 +0100 Subject: [PATCH] release 0.21.8 --- Cargo.toml | 2 +- api/Cargo.toml | 2 +- api/ffi/Cargo.toml | 2 +- api/proxy/Cargo.toml | 2 +- api/proxy/sys/Cargo.toml | 2 +- api/rs/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- data/Cargo.toml | 2 +- extra/Cargo.toml | 2 +- hir/Cargo.toml | 2 +- libcli/Cargo.toml | 2 +- linalg/Cargo.toml | 2 +- metal/Cargo.toml | 2 +- nnef/Cargo.toml | 2 +- nnef/nnef-resources/Cargo.toml | 2 +- onnx-opl/Cargo.toml | 2 +- onnx/Cargo.toml | 2 +- pulse-opl/Cargo.toml | 2 +- pulse/Cargo.toml | 2 +- release.sh | 12 ++++++------ tensorflow/Cargo.toml | 2 +- tflite/Cargo.toml | 2 +- 23 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1992dae4c5..9c726eb402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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' } diff --git a/api/Cargo.toml b/api/Cargo.toml index 601bd70ea0..821332d0c2 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/ffi/Cargo.toml b/api/ffi/Cargo.toml index 5191e076ac..8c1f0a23f2 100644 --- a/api/ffi/Cargo.toml +++ b/api/ffi/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, neural network inference" diff --git a/api/proxy/Cargo.toml b/api/proxy/Cargo.toml index 98b1e4bcb6..cbfe1eac41 100644 --- a/api/proxy/Cargo.toml +++ b/api/proxy/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/proxy/sys/Cargo.toml b/api/proxy/sys/Cargo.toml index 6b77acf9ca..b3b9aeb38f 100644 --- a/api/proxy/sys/Cargo.toml +++ b/api/proxy/sys/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/rs/Cargo.toml b/api/rs/Cargo.toml index b853fb79bf..8678647985 100644 --- a/api/rs/Cargo.toml +++ b/api/rs/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2ad7181699..ea876b2bd3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract" -version = "0.21.8-pre" +version = "0.21.8" authors = [ "Romain Liautaud ", "Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/core/Cargo.toml b/core/Cargo.toml index 2059ee607d..0fe8867fb9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/data/Cargo.toml b/data/Cargo.toml index 36563a417d..16c6d352d6 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/extra/Cargo.toml b/extra/Cargo.toml index 8a9101bb87..4b92262d12 100644 --- a/extra/Cargo.toml +++ b/extra/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/hir/Cargo.toml b/hir/Cargo.toml index 2158e3c379..005578dd6b 100644 --- a/hir/Cargo.toml +++ b/hir/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/libcli/Cargo.toml b/libcli/Cargo.toml index 8e3cc4ca14..20dc7160b3 100644 --- a/libcli/Cargo.toml +++ b/libcli/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/linalg/Cargo.toml b/linalg/Cargo.toml index bb9eca2bb0..383b0337a7 100644 --- a/linalg/Cargo.toml +++ b/linalg/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/metal/Cargo.toml b/metal/Cargo.toml index 2e7c5bba82..8c24693f65 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -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 ", diff --git a/nnef/Cargo.toml b/nnef/Cargo.toml index 8d2ce5cce2..afe7ee1d50 100644 --- a/nnef/Cargo.toml +++ b/nnef/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-nnef" -version = "0.21.8-pre" +version = "0.21.8" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/nnef/nnef-resources/Cargo.toml b/nnef/nnef-resources/Cargo.toml index 9dea035ce5..d289763b5a 100644 --- a/nnef/nnef-resources/Cargo.toml +++ b/nnef/nnef-resources/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-nnef-resources" -version = "0.21.8-pre" +version = "0.21.8" authors = [ "Mathieu Poumeyrol ", "Hubert de La Jonquière " diff --git a/onnx-opl/Cargo.toml b/onnx-opl/Cargo.toml index 746bb53548..a03a311152 100644 --- a/onnx-opl/Cargo.toml +++ b/onnx-opl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-onnx-opl" -version = "0.21.8-pre" +version = "0.21.8" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/onnx/Cargo.toml b/onnx/Cargo.toml index b920a8f0a5..fea830f163 100644 --- a/onnx/Cargo.toml +++ b/onnx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-onnx" -version = "0.21.8-pre" +version = "0.21.8" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/pulse-opl/Cargo.toml b/pulse-opl/Cargo.toml index ccee9a01d3..59cfe265e9 100644 --- a/pulse-opl/Cargo.toml +++ b/pulse-opl/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml index a25e5e0750..a049d16936 100644 --- a/pulse/Cargo.toml +++ b/pulse/Cargo.toml @@ -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 "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/release.sh b/release.sh index 3a5ded8ba0..50509f10e1 100755 --- a/release.sh +++ b/release.sh @@ -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 @@ -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 diff --git a/tensorflow/Cargo.toml b/tensorflow/Cargo.toml index 5a34253ea0..5de4e9a3c7 100644 --- a/tensorflow/Cargo.toml +++ b/tensorflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-tensorflow" -version = "0.21.8-pre" +version = "0.21.8" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/tflite/Cargo.toml b/tflite/Cargo.toml index 8fa03566b1..9a2ba6a4d9 100644 --- a/tflite/Cargo.toml +++ b/tflite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-tflite" -version = "0.21.8-pre" +version = "0.21.8" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"