From ec4bc8a078144fc54543d64e4299d4ee7c12f9c9 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 2 Nov 2024 10:27:02 +0530 Subject: [PATCH] prepare for release v1.6.0 --- Cargo.lock | 2 +- server/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6badbe695..5e35b0a0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3088,7 +3088,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.5.5" +version = "1.6.0" dependencies = [ "actix-cors", "actix-web", diff --git a/server/Cargo.toml b/server/Cargo.toml index 04aec2f47..4188b4f5d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.5.5" +version = "1.6.0" authors = ["Parseable Team "] edition = "2021" rust-version = "1.77.1" @@ -122,8 +122,8 @@ maplit = "1.0" rstest = "0.23.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.8/build.zip" -assets-sha1 = "8995a17ee9417c43111ca48cdc9b64e80c771e06" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.9/build.zip" +assets-sha1 = "9eb34f4eba5f483a789b1ed18a0641acfc4c5e11" [features] debug = []