From 26f5073fec90f297f38cc4fadf093dd48b683a28 Mon Sep 17 00:00:00 2001 From: Parker Timmerman Date: Fri, 19 Jul 2024 10:51:49 -0400 Subject: [PATCH] release: bump to version v0.109.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 82509bad87b0f..4c00f29a680f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "async-trait", @@ -4376,7 +4376,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "clap", @@ -4532,7 +4532,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "axum", @@ -4772,7 +4772,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "askama", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "arrayvec 0.7.4", @@ -6604,7 +6604,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "arrow", diff --git a/LICENSE b/LICENSE index 9bfbc361dfd50..ca242d1a21265 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version v0.109.0 +Licensed Work: Materialize Version v0.109.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 29a63cd324c2f..8def735e68f32 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-balancerd" description = "Balancer service." -version = "0.109.0" +version = "0.109.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 5ce6c47530302..c246d86138d27 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.109.0" +version = "0.109.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index ee78ac4666a64..bb89e5250c750 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.109.0" +version = "0.109.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 54f65d608983f..49a2c3f063c17 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.109.0" +version = "0.109.1" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/persist-client/Cargo.toml b/src/persist-client/Cargo.toml index 17685921ca2de..085f28ebc7743 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.109.0" +version = "0.109.1" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 12b364615b4fd..16dc0f359fc8c 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.109.0" +version = "0.109.1" edition.workspace = true rust-version.workspace = true publish = false