diff --git a/VERSION b/VERSION index 638a276..aad71e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-alpha.16 \ No newline at end of file +0.1.1-alpha.17 \ No newline at end of file diff --git a/bindings/datasette/datasette_sqlite_vss/version.py b/bindings/datasette/datasette_sqlite_vss/version.py index e5deb8f..b56ff35 100644 --- a/bindings/datasette/datasette_sqlite_vss/version.py +++ b/bindings/datasette/datasette_sqlite_vss/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.1-alpha.16" +__version__ = "0.1.1-alpha.17" __version_info__ = tuple(__version__.split(".")) diff --git a/bindings/deno/README.md b/bindings/deno/README.md index 17ae8da..35e6e0c 100644 --- a/bindings/deno/README.md +++ b/bindings/deno/README.md @@ -3,13 +3,13 @@ # `x/sqlite_vss` Deno Module [![Tags](https://img.shields.io/github/release/asg017/sqlite-vss)](https://github.com/asg017/sqlite-vss/releases) -[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-vss@0.1.1-alpha.16/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-vss@0.1.1-alpha.17/mod.ts) The [`sqlite-vss`](https://github.com/asg017/sqlite-vss) SQLite extension is available to Deno developers with the [`x/sqlite_vss`](https://deno.land/x/sqlite_vss) Deno module. It works with [`x/sqlite3`](https://deno.land/x/sqlite3), the fastest and native Deno SQLite3 module. ```js import { Database } from "https://deno.land/x/sqlite3@0.8.0/mod.ts"; -import * as sqlite_vss from "https://deno.land/x/sqlite_vss@v0.1.1-alpha.16/mod.ts"; +import * as sqlite_vss from "https://deno.land/x/sqlite_vss@v0.1.1-alpha.17/mod.ts"; const db = new Database(":memory:"); diff --git a/bindings/deno/deno.json b/bindings/deno/deno.json index e34c088..7635cfc 100644 --- a/bindings/deno/deno.json +++ b/bindings/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-vss", - "version": "0.1.1-alpha.16", + "version": "0.1.1-alpha.17", "github": "https://github.com/asg017/sqlite-vss", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/bindings/go/vss/sqlite-vss.h b/bindings/go/vss/sqlite-vss.h index 32fbf79..5b47ff3 100644 --- a/bindings/go/vss/sqlite-vss.h +++ b/bindings/go/vss/sqlite-vss.h @@ -3,12 +3,12 @@ #define _SQLITE_VSS_H #include "sqlite3ext.h" -#define SQLITE_VSS_VERSION "v0.1.1-alpha.16" +#define SQLITE_VSS_VERSION "v0.1.1-alpha.17" #define SQLITE_VSS_VERSION_MAJOR 0 #define SQLITE_VSS_VERSION_MINOR 1 #define SQLITE_VSS_VERSION_PATCH 1 -#define SQLITE_VSS_VERSION_TWEAK 16 +#define SQLITE_VSS_VERSION_TWEAK 17 #ifdef __cplusplus diff --git a/bindings/node/sqlite-vss-darwin-arm64/package.json b/bindings/node/sqlite-vss-darwin-arm64/package.json index ad38de7..6c96ac9 100644 --- a/bindings/node/sqlite-vss-darwin-arm64/package.json +++ b/bindings/node/sqlite-vss-darwin-arm64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss-darwin-arm64", - "version": "0.1.1-alpha.16", + "version": "0.1.1-alpha.17", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-vss.git", diff --git a/bindings/node/sqlite-vss-darwin-x64/package.json b/bindings/node/sqlite-vss-darwin-x64/package.json index 9806929..9cd1d9d 100644 --- a/bindings/node/sqlite-vss-darwin-x64/package.json +++ b/bindings/node/sqlite-vss-darwin-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss-darwin-x64", - "version": "0.1.1-alpha.16", + "version": "0.1.1-alpha.17", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-vss.git", diff --git a/bindings/node/sqlite-vss-linux-x64/package.json b/bindings/node/sqlite-vss-linux-x64/package.json index 68b240a..794a2be 100644 --- a/bindings/node/sqlite-vss-linux-x64/package.json +++ b/bindings/node/sqlite-vss-linux-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss-linux-x64", - "version": "0.1.1-alpha.16", + "version": "0.1.1-alpha.17", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-vss.git", diff --git a/bindings/node/sqlite-vss/package.json b/bindings/node/sqlite-vss/package.json index 8f1456b..e4f640b 100644 --- a/bindings/node/sqlite-vss/package.json +++ b/bindings/node/sqlite-vss/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss", - "version": "0.1.1-alpha.16", + "version": "0.1.1-alpha.17", "description": "", "repository": { "type": "git", @@ -23,9 +23,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-vss-darwin-x64": "0.1.1-alpha.16", - "sqlite-vss-darwin-arm64": "0.1.1-alpha.16", - "sqlite-vss-linux-x64": "0.1.1-alpha.16" + "sqlite-vss-darwin-x64": "0.1.1-alpha.17", + "sqlite-vss-darwin-arm64": "0.1.1-alpha.17", + "sqlite-vss-linux-x64": "0.1.1-alpha.17" }, "devDependencies": { "better-sqlite3": "^8.1.0", diff --git a/bindings/python/sqlite_vss/version.py b/bindings/python/sqlite_vss/version.py index e5deb8f..b56ff35 100644 --- a/bindings/python/sqlite_vss/version.py +++ b/bindings/python/sqlite_vss/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.1-alpha.16" +__version__ = "0.1.1-alpha.17" __version_info__ = tuple(__version__.split(".")) diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index 8f31d86..ee03dff 100644 --- a/bindings/ruby/lib/version.rb +++ b/bindings/ruby/lib/version.rb @@ -1,4 +1,4 @@ # automatically generated, do not edit by hand. module SqliteVss - VERSION = "0.1.1-alpha.16" + VERSION = "0.1.1-alpha.17" end diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index d76dbfe..6766ca8 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -499,7 +499,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "sqlite-vss" -version = "0.1.1-alpha.16" +version = "0.1.1-alpha.17" dependencies = [ "anyhow", "flate2", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index f87103c..d89ed43 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "sqlite-vss" -version = "0.1.1-alpha.16" +version = "0.1.1-alpha.17" edition = "2021" authors = ["Alex Garcia "] description = "FFI bindings to the sqlite-vss SQLite extension" diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index c1650e1..9d129c0 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -505,7 +505,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "sqlite-vss" -version = "0.1.1-alpha.16" +version = "0.1.1-alpha.17" dependencies = [ "anyhow", "flate2",