diff --git a/VERSION b/VERSION index aad71e7..691f400 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-alpha.17 \ No newline at end of file +0.1.1-alpha.18 \ 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 b56ff35..4c6dfb8 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.17" +__version__ = "0.1.1-alpha.18" __version_info__ = tuple(__version__.split(".")) diff --git a/bindings/deno/README.md b/bindings/deno/README.md index 35e6e0c..392d6e5 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.17/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-vss@0.1.1-alpha.18/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.17/mod.ts"; +import * as sqlite_vss from "https://deno.land/x/sqlite_vss@v0.1.1-alpha.18/mod.ts"; const db = new Database(":memory:"); diff --git a/bindings/deno/deno.json b/bindings/deno/deno.json index 7635cfc..fd8ba01 100644 --- a/bindings/deno/deno.json +++ b/bindings/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-vss", - "version": "0.1.1-alpha.17", + "version": "0.1.1-alpha.18", "github": "https://github.com/asg017/sqlite-vss", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/bindings/elixir/VERSION b/bindings/elixir/VERSION index 3e7d98b..691f400 100644 --- a/bindings/elixir/VERSION +++ b/bindings/elixir/VERSION @@ -1 +1 @@ -0.1.1-alpha.17 +0.1.1-alpha.18 \ No newline at end of file diff --git a/bindings/go/vss/sqlite-vss.h b/bindings/go/vss/sqlite-vss.h index 5b47ff3..d44fe66 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.17" +#define SQLITE_VSS_VERSION "v0.1.1-alpha.18" #define SQLITE_VSS_VERSION_MAJOR 0 #define SQLITE_VSS_VERSION_MINOR 1 #define SQLITE_VSS_VERSION_PATCH 1 -#define SQLITE_VSS_VERSION_TWEAK 17 +#define SQLITE_VSS_VERSION_TWEAK 18 #ifdef __cplusplus diff --git a/bindings/node/sqlite-vss-darwin-arm64/package.json b/bindings/node/sqlite-vss-darwin-arm64/package.json index 6c96ac9..727df9e 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.17", + "version": "0.1.1-alpha.18", "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 9cd1d9d..f9a6f99 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.17", + "version": "0.1.1-alpha.18", "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 794a2be..edbf64f 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.17", + "version": "0.1.1-alpha.18", "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 e4f640b..f245c4e 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.17", + "version": "0.1.1-alpha.18", "description": "", "repository": { "type": "git", @@ -23,9 +23,9 @@ "*.dll" ], "optionalDependencies": { - "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" + "sqlite-vss-darwin-x64": "0.1.1-alpha.18", + "sqlite-vss-darwin-arm64": "0.1.1-alpha.18", + "sqlite-vss-linux-x64": "0.1.1-alpha.18" }, "devDependencies": { "better-sqlite3": "^8.1.0", diff --git a/bindings/python/sqlite_vss/version.py b/bindings/python/sqlite_vss/version.py index b56ff35..4c6dfb8 100644 --- a/bindings/python/sqlite_vss/version.py +++ b/bindings/python/sqlite_vss/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.1-alpha.17" +__version__ = "0.1.1-alpha.18" __version_info__ = tuple(__version__.split(".")) diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index ee03dff..7ffb06f 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.17" + VERSION = "0.1.1-alpha.18" end diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index 6766ca8..1534eab 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.17" +version = "0.1.1-alpha.18" dependencies = [ "anyhow", "flate2", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index d89ed43..276ec22 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "sqlite-vss" -version = "0.1.1-alpha.17" +version = "0.1.1-alpha.18" 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 9d129c0..0107534 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.17" +version = "0.1.1-alpha.18" dependencies = [ "anyhow", "flate2",