Skip to content

Commit 219514e

Browse files
committed
release: bump to version v0.84.2
1 parent be81cfc commit 219514e

9 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Business Source License 1.1
1313

1414
Licensor: Materialize, Inc.
1515

16-
Licensed Work: Materialize Version v0.84.1
16+
Licensed Work: Materialize Version v0.84.2
1717
The Licensed Work is © 2024 Materialize, Inc.
1818

1919
Additional Use Grant: Within a single installation of Materialize, you

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-balancerd"
33
description = "Balancer service."
4-
version = "0.84.1"
4+
version = "0.84.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/catalog-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-catalog-debug"
33
description = "Durable metadata storage debug tool."
4-
version = "0.84.1"
4+
version = "0.84.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/clusterd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-clusterd"
33
description = "Materialize's cluster server."
4-
version = "0.84.1"
4+
version = "0.84.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-environmentd"
33
description = "Manages a single Materialize environment."
4-
version = "0.84.1"
4+
version = "0.84.2"
55
authors = ["Materialize, Inc."]
66
license = "proprietary"
77
edition.workspace = true

src/persist-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-persist-client"
33
description = "Client for Materialize pTVC durability system"
4-
version = "0.84.1"
4+
version = "0.84.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/stash-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-stash-debug"
33
description = "Durable metadata storage."
4-
version = "0.84.1"
4+
version = "0.84.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

src/testdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mz-testdrive"
33
description = "Integration test driver for Materialize."
4-
version = "0.84.1"
4+
version = "0.84.2"
55
edition.workspace = true
66
rust-version.workspace = true
77
publish = false

0 commit comments

Comments
 (0)