From dc52cb54985bc9565ae5852626cbbad5177e022b Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 24 Sep 2024 11:35:05 +0530 Subject: [PATCH] prepare for release v1.5.2 (#939) --- Cargo.lock | 2 +- server/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20e6b1d07..e967ac111 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2967,7 +2967,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.5.1" +version = "1.5.2" dependencies = [ "actix-cors", "actix-web", diff --git a/server/Cargo.toml b/server/Cargo.toml index a74799620..cf20002cd 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.5.1" +version = "1.5.2" authors = ["Parseable Team "] edition = "2021" rust-version = "1.77.1" @@ -122,8 +122,8 @@ maplit = "1.0" rstest = "0.19.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.5/build.zip" -assets-sha1 = "12896275620f4060d96245634a907b65f7da9658" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.6/build.zip" +assets-sha1 = "ace3939aea8fedadcb0b342a1972fba997a45fc3" [features] debug = []