From 80e1e4025ac10e17b92ffde283dc0778bfabafb9 Mon Sep 17 00:00:00 2001 From: Jeremy Bogatirsky Date: Tue, 11 Jun 2024 09:56:31 -0700 Subject: [PATCH 1/2] Bump default chdb latest release version to 1.4.1 --- package.json | 2 +- update_libchdb.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2bee0dd..bd3c8ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chdb", - "version": "1.1.3", + "version": "1.1.4", "description": "chDB bindings for nodejs", "main": "index.js", "repository": { diff --git a/update_libchdb.sh b/update_libchdb.sh index 9ed143a..27918ab 100755 --- a/update_libchdb.sh +++ b/update_libchdb.sh @@ -10,7 +10,7 @@ cd "$(dirname "$0")" # Get the newest release version # LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') -LATEST_RELEASE=v1.1.0 +LATEST_RELEASE=v1.4.1 # Download the correct version based on the platform case "$(uname -s)" in From c58d0028af2278d2ec66477a690b9abe478ea2c8 Mon Sep 17 00:00:00 2001 From: auxten Date: Wed, 3 Jul 2024 21:55:22 +0800 Subject: [PATCH 2/2] Update update_libchdb.sh --- update_libchdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_libchdb.sh b/update_libchdb.sh index 27918ab..2ad7c4c 100755 --- a/update_libchdb.sh +++ b/update_libchdb.sh @@ -10,7 +10,7 @@ cd "$(dirname "$0")" # Get the newest release version # LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') -LATEST_RELEASE=v1.4.1 +LATEST_RELEASE=v2.0.0b0 # Download the correct version based on the platform case "$(uname -s)" in