From 3f298550e9b62cf163d8b2e4fc235c5ed8ea38ae Mon Sep 17 00:00:00 2001 From: Gus Wynn Date: Mon, 6 May 2024 14:01:02 -0700 Subject: [PATCH] release: bump to version v0.98.4 --- 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 4e943eee93503..bbdde5d940e5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4117,7 +4117,7 @@ dependencies = [ [[package]] name = "mz-balancerd" -version = "0.98.1" +version = "0.98.4" dependencies = [ "anyhow", "async-trait", @@ -4242,7 +4242,7 @@ dependencies = [ [[package]] name = "mz-catalog-debug" -version = "0.98.1" +version = "0.98.4" dependencies = [ "anyhow", "clap", @@ -4395,7 +4395,7 @@ dependencies = [ [[package]] name = "mz-clusterd" -version = "0.98.1" +version = "0.98.4" dependencies = [ "anyhow", "axum", @@ -4631,7 +4631,7 @@ dependencies = [ [[package]] name = "mz-environmentd" -version = "0.98.1" +version = "0.98.4" dependencies = [ "anyhow", "askama", @@ -5364,7 +5364,7 @@ dependencies = [ [[package]] name = "mz-persist-client" -version = "0.98.1" +version = "0.98.4" dependencies = [ "anyhow", "async-stream", @@ -6468,7 +6468,7 @@ dependencies = [ [[package]] name = "mz-testdrive" -version = "0.98.1" +version = "0.98.4" dependencies = [ "anyhow", "arrow", diff --git a/LICENSE b/LICENSE index c4ca3a5f4d85f..8dbfe345abd40 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ Business Source License 1.1 Licensor: Materialize, Inc. -Licensed Work: Materialize Version v0.98.1 +Licensed Work: Materialize Version v0.98.4 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 30a9d6827e03e..d937f8808d524 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mz-balancerd" description = "Balancer service." -version = "0.98.1" +version = "0.98.4" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/catalog-debug/Cargo.toml b/src/catalog-debug/Cargo.toml index 2f62abbed3ef7..d9f4e5e6036fc 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.98.1" +version = "0.98.4" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/clusterd/Cargo.toml b/src/clusterd/Cargo.toml index f7c8c947363bc..302cca87b1850 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.98.1" +version = "0.98.4" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 642fe4ff760df..ef73a3fd784ec 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.98.1" +version = "0.98.4" authors = ["Materialize, Inc."] license = "proprietary" edition.workspace = true diff --git a/src/persist-client/Cargo.toml b/src/persist-client/Cargo.toml index 92db6c34a5700..823407e061bb0 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.98.1" +version = "0.98.4" edition.workspace = true rust-version.workspace = true publish = false diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index a81a08d3ff678..f84e887aa7533 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.98.1" +version = "0.98.4" edition.workspace = true rust-version.workspace = true publish = false