Skip to content

Commit 494ce41

Browse files
committed
Turso 0.1.4
1 parent dc47cd8 commit 494ce41

File tree

5 files changed

+46
-46
lines changed

5 files changed

+46
-46
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@ members = [
3333
exclude = ["perf/latency/limbo"]
3434

3535
[workspace.package]
36-
version = "0.1.4-pre.11"
36+
version = "0.1.4"
3737
authors = ["the Limbo authors"]
3838
edition = "2021"
3939
license = "MIT"
4040
repository = "https://github.com/tursodatabase/turso"
4141

4242
[workspace.dependencies]
43-
turso = { path = "bindings/rust", version = "0.1.4-pre.11" }
44-
turso_node = { path = "bindings/javascript", version = "0.1.4-pre.11" }
45-
limbo_completion = { path = "extensions/completion", version = "0.1.4-pre.11" }
46-
turso_core = { path = "core", version = "0.1.4-pre.11" }
47-
turso_sync_engine = { path = "sync/engine", version = "0.1.4-pre.11" }
48-
limbo_crypto = { path = "extensions/crypto", version = "0.1.4-pre.11" }
49-
limbo_csv = { path = "extensions/csv", version = "0.1.4-pre.11" }
50-
turso_ext = { path = "extensions/core", version = "0.1.4-pre.11" }
51-
turso_ext_tests = { path = "extensions/tests", version = "0.1.4-pre.11" }
52-
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.1.4-pre.11" }
53-
turso_macros = { path = "macros", version = "0.1.4-pre.11" }
54-
limbo_percentile = { path = "extensions/percentile", version = "0.1.4-pre.11" }
55-
limbo_regexp = { path = "extensions/regexp", version = "0.1.4-pre.11" }
56-
turso_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.1.4-pre.11" }
57-
limbo_uuid = { path = "extensions/uuid", version = "0.1.4-pre.11" }
43+
turso = { path = "bindings/rust", version = "0.1.4" }
44+
turso_node = { path = "bindings/javascript", version = "0.1.4" }
45+
limbo_completion = { path = "extensions/completion", version = "0.1.4" }
46+
turso_core = { path = "core", version = "0.1.4" }
47+
turso_sync_engine = { path = "sync/engine", version = "0.1.4" }
48+
limbo_crypto = { path = "extensions/crypto", version = "0.1.4" }
49+
limbo_csv = { path = "extensions/csv", version = "0.1.4" }
50+
turso_ext = { path = "extensions/core", version = "0.1.4" }
51+
turso_ext_tests = { path = "extensions/tests", version = "0.1.4" }
52+
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.1.4" }
53+
turso_macros = { path = "macros", version = "0.1.4" }
54+
limbo_percentile = { path = "extensions/percentile", version = "0.1.4" }
55+
limbo_regexp = { path = "extensions/regexp", version = "0.1.4" }
56+
turso_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.1.4" }
57+
limbo_uuid = { path = "extensions/uuid", version = "0.1.4" }
5858
strum = { version = "0.26", features = ["derive"] }
5959
strum_macros = "0.26"
6060
serde = "1.0"

bindings/javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/database",
3-
"version": "0.1.4-pre.11",
3+
"version": "0.1.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/turso"

sync/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/sync",
3-
"version": "0.1.4-pre.11",
3+
"version": "0.1.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/turso"

0 commit comments

Comments
 (0)