From da8a19fb0ba5458d17f74190625091a9a92e5e81 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 28 Jun 2024 19:15:44 -0700 Subject: [PATCH] bump sqlite-dist --- .github/workflows/release.yaml | 2 +- sqlite-dist.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a58ded..2a67d90 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,7 +98,7 @@ jobs: name: sqlite-vec-wasm32-emscripten path: dist/wasm32-emscripten - run: | - curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ + curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.7/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ | tar xfJ - --strip-components 1 - run: make sqlite-vec.h - run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION) diff --git a/sqlite-dist.toml b/sqlite-dist.toml index 62b8cb0..3514b97 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -5,6 +5,7 @@ homepage = "https://alexgarcia.xyz/sqlite-vec" repo = "https://github.com/asg017/sqlite-vec" description = "A vector search SQLite extension." authors = ["Alex Garcia"] +git_tag_format = "v$VERSION" [targets] github_releases = {}