Turso v0.1.2-pre.1

This commit is contained in:
Pekka Enberg
2025-07-09 09:27:25 +03:00
parent 1e9fd7d5ed
commit cf47097f45
8 changed files with 23 additions and 23 deletions

View File

@@ -31,25 +31,25 @@ members = [
exclude = ["perf/latency/limbo"]
[workspace.package]
version = "0.1.1"
version = "v0.1.2-pre.1"
authors = ["the Limbo authors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/tursodatabase/turso"
[workspace.dependencies]
limbo_completion = { path = "extensions/completion", version = "0.1.1" }
turso_core = { path = "core", version = "0.1.1" }
limbo_crypto = { path = "extensions/crypto", version = "0.1.1" }
limbo_csv = { path = "extensions/csv", version = "0.1.1" }
turso_ext = { path = "extensions/core", version = "0.1.1" }
turso_ext_tests = { path = "extensions/tests", version = "0.1.1" }
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.1.1" }
turso_macros = { path = "macros", version = "0.1.1" }
limbo_percentile = { path = "extensions/percentile", version = "0.1.1" }
limbo_regexp = { path = "extensions/regexp", version = "0.1.1" }
turso_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.1.1" }
limbo_uuid = { path = "extensions/uuid", version = "0.1.1" }
limbo_completion = { path = "extensions/completion", version = "v0.1.2-pre.1" }
turso_core = { path = "core", version = "v0.1.2-pre.1" }
limbo_crypto = { path = "extensions/crypto", version = "v0.1.2-pre.1" }
limbo_csv = { path = "extensions/csv", version = "v0.1.2-pre.1" }
turso_ext = { path = "extensions/core", version = "v0.1.2-pre.1" }
turso_ext_tests = { path = "extensions/tests", version = "v0.1.2-pre.1" }
limbo_ipaddr = { path = "extensions/ipaddr", version = "v0.1.2-pre.1" }
turso_macros = { path = "macros", version = "v0.1.2-pre.1" }
limbo_percentile = { path = "extensions/percentile", version = "v0.1.2-pre.1" }
limbo_regexp = { path = "extensions/regexp", version = "v0.1.2-pre.1" }
turso_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "v0.1.2-pre.1" }
limbo_uuid = { path = "extensions/uuid", version = "v0.1.2-pre.1" }
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
serde = "1.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso-darwin-universal",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso-linux-x64-gnu",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso-win32-x64-msvc",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"

View File

@@ -1,12 +1,12 @@
{
"name": "@tursodatabase/turso",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@tursodatabase/turso",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@tursodatabase/turso",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
@@ -42,4 +42,4 @@
"version": "napi version"
},
"packageManager": "yarn@4.6.0"
}
}

View File

@@ -1,12 +1,12 @@
{
"name": "limbo-wasm",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "limbo-wasm",
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.49.1",

View File

@@ -3,7 +3,7 @@
"collaborators": [
"the Limbo authors"
],
"version": "0.1.1",
"version": "v0.1.2-pre.1",
"license": "MIT",
"repository": {
"type": "git",