From 798cd6876e4d2ebeab9e6e70f50a6f1141e89b89 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 5 Aug 2023 17:38:42 -0700 Subject: [PATCH] v0.1.1-alpha.1 --- VERSION | 2 +- bindings/ruby/lib/version.rb | 2 +- bindings/sqlite-utils/pyproject.toml | 2 +- bindings/sqlite-utils/sqlite_utils_sqlite_http/version.py | 2 +- deno/README.md | 4 ++-- deno/deno.json | 2 +- npm/sqlite-http-darwin-arm64/package.json | 2 +- npm/sqlite-http-darwin-x64/package.json | 2 +- npm/sqlite-http-linux-x64/package.json | 2 +- npm/sqlite-http-windows-x64/package.json | 2 +- npm/sqlite-http/package.json | 8 ++++---- .../datasette_sqlite_http/version.py | 2 +- python/sqlite_http/sqlite_http/version.py | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/VERSION b/VERSION index 6c6aa7c..2070719 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1-alpha.1 \ No newline at end of file diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index 3925b6d..d949940 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 SqliteHttp - VERSION = "0.1.0" + VERSION = "0.1.1-alpha.1" end diff --git a/bindings/sqlite-utils/pyproject.toml b/bindings/sqlite-utils/pyproject.toml index f9db45a..1f05395 100644 --- a/bindings/sqlite-utils/pyproject.toml +++ b/bindings/sqlite-utils/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlite-utils-sqlite-http" -version = "0.1.0" +version = "0.1.1-alpha.1" description = "TODO" readme = "README.md" authors = [{name = "Alex Garcia"}] diff --git a/bindings/sqlite-utils/sqlite_utils_sqlite_http/version.py b/bindings/sqlite-utils/sqlite_utils_sqlite_http/version.py index dacce2f..b7dbeff 100644 --- a/bindings/sqlite-utils/sqlite_utils_sqlite_http/version.py +++ b/bindings/sqlite-utils/sqlite_utils_sqlite_http/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2.1" +__version__ = "0.1.1-alpha.1" __version_info__ = tuple(__version__.split(".")) diff --git a/deno/README.md b/deno/README.md index a2324d8..0801d50 100644 --- a/deno/README.md +++ b/deno/README.md @@ -3,13 +3,13 @@ # `x/sqlite_http` Deno Module [![Tags](https://img.shields.io/github/release/asg017/sqlite-http)](https://github.com/asg017/sqlite-http/releases) -[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-http@0.1.0/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-http@0.1.1-alpha.1/mod.ts) The [`sqlite-http`](https://github.com/asg017/sqlite-http) SQLite extension is available to Deno developers with the [`x/sqlite_http`](https://deno.land/x/sqlite-http) 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_http from "https://deno.land/x/sqlite_http@v0.1.0/mod.ts"; +import * as sqlite_http from "https://deno.land/x/sqlite_http@v0.1.1-alpha.1/mod.ts"; const db = new Database(":memory:"); diff --git a/deno/deno.json b/deno/deno.json index d482afb..536201c 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-http", - "version": "0.1.0", + "version": "0.1.1-alpha.1", "github": "https://github.com/asg017/sqlite-http", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/npm/sqlite-http-darwin-arm64/package.json b/npm/sqlite-http-darwin-arm64/package.json index ef0202a..ab937e5 100644 --- a/npm/sqlite-http-darwin-arm64/package.json +++ b/npm/sqlite-http-darwin-arm64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-darwin-arm64", - "version": "0.1.0", + "version": "0.1.1-alpha.1", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http-darwin-x64/package.json b/npm/sqlite-http-darwin-x64/package.json index 6444699..3875385 100644 --- a/npm/sqlite-http-darwin-x64/package.json +++ b/npm/sqlite-http-darwin-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-darwin-x64", - "version": "0.1.0", + "version": "0.1.1-alpha.1", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http-linux-x64/package.json b/npm/sqlite-http-linux-x64/package.json index 66cf7ad..541fbd2 100644 --- a/npm/sqlite-http-linux-x64/package.json +++ b/npm/sqlite-http-linux-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-linux-x64", - "version": "0.1.0", + "version": "0.1.1-alpha.1", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http-windows-x64/package.json b/npm/sqlite-http-windows-x64/package.json index e995411..27035e0 100644 --- a/npm/sqlite-http-windows-x64/package.json +++ b/npm/sqlite-http-windows-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-windows-x64", - "version": "0.1.0", + "version": "0.1.1-alpha.1", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http/package.json b/npm/sqlite-http/package.json index e63d4da..74d3489 100644 --- a/npm/sqlite-http/package.json +++ b/npm/sqlite-http/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http", - "version": "0.1.0", + "version": "0.1.1-alpha.1", "description": "", "repository": { "type": "git", @@ -21,9 +21,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-http-darwin-x64": "0.1.0", - "sqlite-http-linux-x64": "0.1.0", - "sqlite-http-windows-x64": "0.1.0" + "sqlite-http-darwin-x64": "0.1.1-alpha.1", + "sqlite-http-linux-x64": "0.1.1-alpha.1", + "sqlite-http-windows-x64": "0.1.1-alpha.1" }, "devDependencies": { "better-sqlite3": "^8.1.0", diff --git a/python/datasette_sqlite_http/datasette_sqlite_http/version.py b/python/datasette_sqlite_http/datasette_sqlite_http/version.py index 65c3b92..b7dbeff 100644 --- a/python/datasette_sqlite_http/datasette_sqlite_http/version.py +++ b/python/datasette_sqlite_http/datasette_sqlite_http/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0" +__version__ = "0.1.1-alpha.1" __version_info__ = tuple(__version__.split(".")) diff --git a/python/sqlite_http/sqlite_http/version.py b/python/sqlite_http/sqlite_http/version.py index 65c3b92..b7dbeff 100644 --- a/python/sqlite_http/sqlite_http/version.py +++ b/python/sqlite_http/sqlite_http/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0" +__version__ = "0.1.1-alpha.1" __version_info__ = tuple(__version__.split("."))