From 6bb4a5f1a20024e7d48c7938248443c3d64e9629 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Sun, 28 Jul 2024 03:25:08 -0400 Subject: [PATCH] release: bump to version v0.110.1 --- Cargo.lock | 12 ++++++------ 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/testdrive/Cargo.toml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fccb81310fb56..8b7de9565aae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4279,7 +4279,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.110.0" +version = "0.110.1" dependencies = [ "anyhow", "async-trait", @@ -4406,7 +4406,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.110.0" +version = "0.110.1" dependencies = [ "anyhow", "clap", @@ -4562,7 +4562,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.110.0" +version = "0.110.1" dependencies = [ "anyhow", "axum", @@ -4802,7 +4802,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.110.0" +version = "0.110.1" dependencies = [ "anyhow", "askama", @@ -5546,7 +5546,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.110.0" +version = "0.110.1" dependencies = [ "anyhow", "arrayvec 0.7.4", @@ -6631,7 +6631,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.110.0" +version = "0.110.1" dependencies = [ "anyhow", "arrow", diff --git a/LICENSE b/LICENSE index 8de80bd4b9bee..d3829f2c8f925 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version v0.110.0 +Licensed Work: Materialize Version v0.110.1 The Licensed Work is © 2024 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 dda621884c7bb..4a28279653689 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-balancerd" description = "Balancer service." -version = "0.110.0" +version = "0.110.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/catalog-debug/Cargo.toml b/src/catalog-debug/Cargo.toml index f1b8f234af898..532cc2bc68063 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.110.0" +version = "0.110.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index 40db71e0a639a..16d943c81b5fc 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.110.0" +version = "0.110.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 44efbcac6a17a..8cbaa55d41cf8 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.110.0" +version = "0.110.1" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/persist-client/Cargo.toml b/src/persist-client/Cargo.toml index 731bc8e719637..e5a155f5419fc 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.110.0" +version = "0.110.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index c40a494a74dfb..9527354daafa0 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.110.0" +version = "0.110.1" edition.workspace = true rust-version.workspace = true publish = false