Skip to content

Commit 7a3fc33

Browse files
committed
Limbo 0.0.19
1 parent c7935f4 commit 7a3fc33

File tree

8 files changed

+45
-45
lines changed

8 files changed

+45
-45
lines changed

Cargo.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+14-14
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@ members = [
3030
exclude = ["perf/latency/limbo"]
3131

3232
[workspace.package]
33-
version = "0.0.19-pre.5"
33+
version = "0.0.19"
3434
authors = ["the Limbo authors"]
3535
edition = "2021"
3636
license = "MIT"
3737
repository = "https://github.com/tursodatabase/limbo"
3838

3939
[workspace.dependencies]
40-
limbo_completion = { path = "extensions/completion", version = "0.0.19-pre.5" }
41-
limbo_core = { path = "core", version = "0.0.19-pre.5" }
42-
limbo_crypto = { path = "extensions/crypto", version = "0.0.19-pre.5" }
43-
limbo_ext = { path = "extensions/core", version = "0.0.19-pre.5" }
44-
limbo_ext_tests = { path = "extensions/tests", version = "0.0.19-pre.5" }
45-
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.0.19-pre.5" }
46-
limbo_macros = { path = "macros", version = "0.0.19-pre.5" }
47-
limbo_percentile = { path = "extensions/percentile", version = "0.0.19-pre.5" }
48-
limbo_regexp = { path = "extensions/regexp", version = "0.0.19-pre.5" }
49-
limbo_series = { path = "extensions/series", version = "0.0.19-pre.5" }
50-
limbo_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.0.19-pre.5" }
51-
limbo_time = { path = "extensions/time", version = "0.0.19-pre.5" }
52-
limbo_uuid = { path = "extensions/uuid", version = "0.0.19-pre.5" }
40+
limbo_completion = { path = "extensions/completion", version = "0.0.19" }
41+
limbo_core = { path = "core", version = "0.0.19" }
42+
limbo_crypto = { path = "extensions/crypto", version = "0.0.19" }
43+
limbo_ext = { path = "extensions/core", version = "0.0.19" }
44+
limbo_ext_tests = { path = "extensions/tests", version = "0.0.19" }
45+
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.0.19" }
46+
limbo_macros = { path = "macros", version = "0.0.19" }
47+
limbo_percentile = { path = "extensions/percentile", version = "0.0.19" }
48+
limbo_regexp = { path = "extensions/regexp", version = "0.0.19" }
49+
limbo_series = { path = "extensions/series", version = "0.0.19" }
50+
limbo_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.0.19" }
51+
limbo_time = { path = "extensions/time", version = "0.0.19" }
52+
limbo_uuid = { path = "extensions/uuid", version = "0.0.19" }
5353

5454
[profile.release]
5555
debug = "line-tables-only"

bindings/javascript/npm/darwin-universal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/limbo-darwin-universal",
3-
"version": "0.0.19-pre.5",
3+
"version": "0.0.19",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/limbo"

bindings/javascript/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/limbo-linux-x64-gnu",
3-
"version": "0.0.19-pre.5",
3+
"version": "0.0.19",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/limbo"

bindings/javascript/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/limbo-win32-x64-msvc",
3-
"version": "0.0.19-pre.5",
3+
"version": "0.0.19",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/limbo"

bindings/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/limbo",
3-
"version": "0.0.19-pre.5",
3+
"version": "0.0.19",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/limbo"

bindings/wasm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"the Limbo authors"
55
],
6-
"version": "0.0.19-pre.5",
6+
"version": "0.0.19",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)