From 74822d79f9a2b5d9c7d28d3c477835a78926afbc Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 6 Feb 2025 21:23:12 +0530 Subject: [PATCH 1/2] prepare for release v1.7.4 --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35a9bb4e1..4c9574511 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.7.3" +version = "1.7.4" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 2a31a3ae4..c254161f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.7.3" +version = "1.7.4" authors = ["Parseable Team "] edition = "2021" rust-version = "1.83.0" @@ -139,8 +139,8 @@ arrow = "54.0.0" temp-dir = "0.1.14" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.18/build.zip" -assets-sha1 = "4516db38c8e556707b29b33569f9b1e53d5165f2" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.19/build.zip" +assets-sha1 = "9a2627d7991ff5d7b645986989abb84706dc66ca" [features] debug = [] From 167a8ae4d9b8a7228e7c3a594dc361a4d2d75cea Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sun, 16 Mar 2025 10:56:44 +0530 Subject: [PATCH 2/2] update to console v0.9.20 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c254161f5..e98017e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,8 +139,8 @@ arrow = "54.0.0" temp-dir = "0.1.14" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.19/build.zip" -assets-sha1 = "9a2627d7991ff5d7b645986989abb84706dc66ca" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.20/build.zip" +assets-sha1 = "58eb74bdb6727b5df04d6f9f339cf370c0bf4eec" [features] debug = []