From 6c97947a9e96d79a03c21014a7f824c1515f341d Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 6 Jan 2025 15:19:37 +0530 Subject: [PATCH 1/4] release v1.7.0 --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 053897936..72dab4bf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3154,7 +3154,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.6.3" +version = "1.6.7" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index d57b900ec..9205057ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.6.3" +version = "1.6.7" authors = ["Parseable Team "] edition = "2021" rust-version = "1.77.1" @@ -124,8 +124,8 @@ rstest = "0.23.0" arrow = "53.0.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.12/build.zip" -assets-sha1 = "9d5a45f204d709a2dd96f6a5e0b21b3834ee0e36" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.13/build.zip" +assets-sha1 = "945a54d6330352b05ee7a3b4de9e69ea8f0989e4" [features] debug = [] From 2fb45ed39bc9e6bc4279bd7be917906b8c001fe1 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 6 Jan 2025 15:23:01 +0530 Subject: [PATCH 2/4] update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72dab4bf6..b7d90accd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3154,7 +3154,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.6.7" +version = "1.7.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 9205057ab..be1f9cf84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.6.7" +version = "1.7.0" authors = ["Parseable Team "] edition = "2021" rust-version = "1.77.1" From f400cf1bef584aeb7c8baf29ec3cf34c3190abde Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 6 Jan 2025 16:49:55 +0530 Subject: [PATCH 3/4] update to console release v0.9.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be1f9cf84..ef293b851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ arrow = "53.0.0" [package.metadata.parseable_ui] assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.13/build.zip" -assets-sha1 = "945a54d6330352b05ee7a3b4de9e69ea8f0989e4" +assets-sha1 = "789e0888883250b928bd71e63522ab8159532992" [features] debug = [] From b61e2040417258dbd60fce9b2bc16ed855b254b1 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 6 Jan 2025 16:52:34 +0530 Subject: [PATCH 4/4] update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef293b851..d054735a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ rstest = "0.23.0" arrow = "53.0.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.13/build.zip" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.14/build.zip" assets-sha1 = "789e0888883250b928bd71e63522ab8159532992" [features]