Skip to content

Commit

Permalink
release: bump to version v0.101.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed May 28, 2024
1 parent cd2f633 commit 77a6928
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Business Source License 1.1

Licensor: Materialize, Inc.

Licensed Work: Materialize Version v0.101.0
Licensed Work: Materialize Version v0.101.1
The Licensed Work is © 2024 Materialize, Inc.

Additional Use Grant: Within a single installation of Materialize, you
Expand Down
2 changes: 1 addition & 1 deletion src/balancerd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mz-balancerd"
description = "Balancer service."
version = "0.101.0"
version = "0.101.1"
edition.workspace = true
rust-version.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion src/catalog-debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mz-catalog-debug"
description = "Durable metadata storage debug tool."
version = "0.101.0"
version = "0.101.1"
edition.workspace = true
rust-version.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion src/clusterd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mz-clusterd"
description = "Materialize's cluster server."
version = "0.101.0"
version = "0.101.1"
edition.workspace = true
rust-version.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion src/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mz-environmentd"
description = "Manages a single Materialize environment."
version = "0.101.0"
version = "0.101.1"
authors = ["Materialize, Inc."]
license = "proprietary"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/persist-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mz-persist-client"
description = "Client for Materialize pTVC durability system"
version = "0.101.0"
version = "0.101.1"
edition.workspace = true
rust-version.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mz-testdrive"
description = "Integration test driver for Materialize."
version = "0.101.0"
version = "0.101.1"
edition.workspace = true
rust-version.workspace = true
publish = false
Expand Down

0 comments on commit 77a6928

Please sign in to comment.