From 9e4dce4bee6169e8391d9d7a6f5382b998a00625 Mon Sep 17 00:00:00 2001 From: Brennan Vincent Date: Sat, 27 Jun 2020 16:30:18 -0400 Subject: [PATCH] v0.3.1 release --- Cargo.lock | 2 +- LICENSE | 2 +- src/materialized/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ebd5d71b85d0..f7eca58557957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "materialized" -version = "0.3.1-rc2" +version = "0.3.1" dependencies = [ "assert_cmd", "async-trait", diff --git a/LICENSE b/LICENSE index c4037d7d32c25..213cc9041b9f6 100644 --- a/LICENSE +++ b/LICENSE @@ -29,7 +29,7 @@ Additional Use Grant: You may use one single server instance of the functionality of the Licensed Work by creating views whose schemas are controlled by such third parties. -Change Date: June 29, 2024 +Change Date: June 27, 2024 Change License: Apache License, Version 2.0 diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 58e6b2f34edc5..953072648e820 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "materialized" description = "Streaming SQL materialized views." -version = "0.3.1-rc2" +version = "0.3.1" edition = "2018" publish = false default-run = "materialized"