From 4ffeb77f917cea8b021b2dff597d9a2b5df7c72b Mon Sep 17 00:00:00 2001 From: Parker Timmerman Date: Wed, 22 Nov 2023 16:33:48 -0500 Subject: [PATCH] release: bump to version v0.78.6 --- Cargo.lock | 14 +++++++------- LICENSE | 2 +- src/balancerd/Cargo.toml | 2 +- src/catalog-debug/Cargo.toml | 2 +- src/clusterd/Cargo.toml | 2 +- src/environmentd/Cargo.toml | 2 +- src/persist-client/Cargo.toml | 2 +- src/stash-debug/Cargo.toml | 2 +- src/testdrive/Cargo.toml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed4c2578fb76f..4b8ef9d38083d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3596,7 +3596,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "async-trait", @@ -3700,7 +3700,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "clap", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "axum", @@ -4042,7 +4042,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "askama", @@ -4657,7 +4657,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "async-stream", @@ -5449,7 +5449,7 @@ dependencies = [ [[package]] name = "mz-stash-debug" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "clap", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.78.5" +version = "0.78.6" dependencies = [ "anyhow", "async-compression", diff --git a/LICENSE b/LICENSE index 84827bb751540..3a9fd8fcacbf0 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version v0.78.5 +Licensed Work: Materialize Version v0.78.6 The Licensed Work is © 2023 Materialize, Inc. Additional Use Grant: Within a single installation of Materialize, you diff --git a/src/balancerd/Cargo.toml b/src/balancerd/Cargo.toml index 791a46d8608f6..57f1ebc692975 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-balancerd" description = "Balancer service." -version = "0.78.5" +version = "0.78.6" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/catalog-debug/Cargo.toml b/src/catalog-debug/Cargo.toml index a58d7083fbc54..d0ca45cece36e 100644 --- a/src/catalog-debug/Cargo.toml +++ b/src/catalog-debug/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-catalog-debug" description = "Durable metadata storage debug tool." -version = "0.78.5" +version = "0.78.6" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index eb26d91a2144d..582147f0d4325 100644 --- a/src/clusterd/Cargo.toml +++ b/src/clusterd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-clusterd" description = "Materialize's cluster server." -version = "0.78.5" +version = "0.78.6" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 1f1117c539fc0..b78df8c105445 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-environmentd" description = "Manages a single Materialize environment." -version = "0.78.5" +version = "0.78.6" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/persist-client/Cargo.toml b/src/persist-client/Cargo.toml index 93c7b9cc836bc..0aed53c3b47fa 100644 --- a/src/persist-client/Cargo.toml +++ b/src/persist-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-persist-client" description = "Client for Materialize pTVC durability system" -version = "0.78.5" +version = "0.78.6" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/stash-debug/Cargo.toml b/src/stash-debug/Cargo.toml index 2b07fb63fbe0c..719c6b9fe5c57 100644 --- a/src/stash-debug/Cargo.toml +++ b/src/stash-debug/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-stash-debug" description = "Durable metadata storage." -version = "0.78.5" +version = "0.78.6" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 1dab792818a98..e25dac39dd4a9 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-testdrive" description = "Integration test driver for Materialize." -version = "0.78.5" +version = "0.78.6" edition.workspace = true rust-version.workspace = true publish = false