From ea35443bbc7c753b17836cad29a53b813408ded8 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 20 Jul 2026 18:31:49 +0000 Subject: [PATCH] Update Turso to v0.7.0 Bump the pinned Turso CLI from v0.1.2-pre.4 to the latest stable release. The v0.7.0 installer still creates ~/.turso/env on a fresh machine, so the existing source lines keep working. Verified locally: install, check, DDL from create.sql, and a CSV .import round trip all succeed on 0.7.0. Co-Authored-By: Claude Fable 5 --- turso/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turso/install b/turso/install index f55c9a720c..5f445b5906 100755 --- a/turso/install +++ b/turso/install @@ -5,7 +5,7 @@ if ! command -v tursodb >/dev/null 2>&1; then sudo apt-get update -y sudo apt-get install -y curl curl --proto '=https' --tlsv1.2 -LsSf \ - https://github.com/tursodatabase/turso/releases/download/v0.1.2-pre.4/turso_cli-installer.sh | sh + https://github.com/tursodatabase/turso/releases/download/v0.7.0/turso_cli-installer.sh | sh fi export HOME=${HOME:=~}