From 5c559b784a5dd4f3e2bd9c15a7609d9198cccfc3 Mon Sep 17 00:00:00 2001 From: Anup Dhamala Date: Mon, 24 Feb 2020 12:25:38 +0100 Subject: [PATCH] Bump version to 0.7.3 We are keeping the version numbers consistent across all the component tremor crates. --- Cargo.lock | 42 +++++++++++++++++++------------------- Cargo.toml | 2 +- tremor-api/Cargo.toml | 2 +- tremor-pipeline/Cargo.toml | 2 +- tremor-query/Cargo.toml | 2 +- tremor-script/Cargo.toml | 2 +- tremor-server/Cargo.toml | 2 +- tremor-tool/Cargo.toml | 2 +- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65e3c87507..4fc3127408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3686,7 +3686,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tremor-api" -version = "0.7.0" +version = "0.7.3" dependencies = [ "actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3695,8 +3695,8 @@ dependencies = [ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tremor-pipeline 0.7.0", - "tremor-runtime 0.7.0", + "tremor-pipeline 0.7.3", + "tremor-runtime 0.7.3", ] [[package]] @@ -3710,7 +3710,7 @@ dependencies = [ [[package]] name = "tremor-pipeline" -version = "0.7.0" +version = "0.7.3" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "criterion 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3729,27 +3729,27 @@ dependencies = [ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "simd-json 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tremor-script 0.7.2", + "tremor-script 0.7.3", "window 0.1.0 (git+https://github.com/wayfair-tremor/window.git)", "xz2 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tremor-query" -version = "0.7.0" +version = "0.7.3" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "halfbrown 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "simd-json 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tremor-pipeline 0.7.0", - "tremor-script 0.7.2", + "tremor-pipeline 0.7.3", + "tremor-script 0.7.3", ] [[package]] name = "tremor-runtime" -version = "0.7.0" +version = "0.7.3" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3808,8 +3808,8 @@ dependencies = [ "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-postgres 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "tremor-pipeline 0.7.0", - "tremor-script 0.7.2", + "tremor-pipeline 0.7.3", + "tremor-script 0.7.3", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "xz2 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "yup-oauth2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "tremor-script" -version = "0.7.2" +version = "0.7.3" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3858,7 +3858,7 @@ dependencies = [ [[package]] name = "tremor-server" -version = "0.7.0" +version = "0.7.3" dependencies = [ "actix-cors 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3868,15 +3868,15 @@ dependencies = [ "log4rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "mimalloc 0.1.6 (git+https://github.com/purpleprotocol/mimalloc_rust?tag=v0.1.6)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tremor-api 0.7.0", - "tremor-pipeline 0.7.0", - "tremor-runtime 0.7.0", - "tremor-script 0.7.2", + "tremor-api 0.7.3", + "tremor-pipeline 0.7.3", + "tremor-runtime 0.7.3", + "tremor-script 0.7.3", ] [[package]] name = "tremor-tool" -version = "0.7.0" +version = "0.7.3" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3888,9 +3888,9 @@ dependencies = [ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "simd-json 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tremor-pipeline 0.7.0", - "tremor-runtime 0.7.0", - "tremor-script 0.7.2", + "tremor-pipeline 0.7.3", + "tremor-runtime 0.7.3", + "tremor-script 0.7.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f86e94b1a8..9756ad2d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-runtime" -version = "0.7.0" +version = "0.7.3" description = "Tremor Runtime" authors = ["The Tremor Team"] edition = "2018" diff --git a/tremor-api/Cargo.toml b/tremor-api/Cargo.toml index d4f91d2c4f..318e1a1419 100644 --- a/tremor-api/Cargo.toml +++ b/tremor-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-api" -version = "0.7.0" +version = "0.7.3" description = "Tremor Api Callbacks" authors = ["The Tremor Team"] edition = "2018" diff --git a/tremor-pipeline/Cargo.toml b/tremor-pipeline/Cargo.toml index a00efb25cd..31ee4511dd 100644 --- a/tremor-pipeline/Cargo.toml +++ b/tremor-pipeline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-pipeline" -version = "0.7.0" +version = "0.7.3" description = "Tremor Pipeline DAG Runtime" authors = ["The Tremor Team"] edition = "2018" diff --git a/tremor-query/Cargo.toml b/tremor-query/Cargo.toml index b1b52631a6..6a05a659c8 100644 --- a/tremor-query/Cargo.toml +++ b/tremor-query/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-query" -version = "0.7.0" +version = "0.7.3" description = "Tremor Query CLI" authors = ["The Tremor Team"] edition = "2018" diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index e6ddf30c17..e48536305c 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-script" -version = "0.7.2" +version = "0.7.3" description = "Tremor Script Interpreter" authors = ["The Tremor Team"] edition = "2018" diff --git a/tremor-server/Cargo.toml b/tremor-server/Cargo.toml index 32f9ff0cb5..be2ee7e7c9 100644 --- a/tremor-server/Cargo.toml +++ b/tremor-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-server" -version = "0.7.0" +version = "0.7.3" description = "Tremor Runtime Server" authors = ["The Tremor Team"] edition = "2018" diff --git a/tremor-tool/Cargo.toml b/tremor-tool/Cargo.toml index 2d1fa44cfb..1e3fa916b3 100644 --- a/tremor-tool/Cargo.toml +++ b/tremor-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-tool" -version = "0.7.0" +version = "0.7.3" description = "Tremor CLI Tool" authors = ["The Tremor Team"] edition = "2018"