Skip to content

Commit f2c3d48

Browse files
authored
chore: bump version to 0.34.0 (#39)
- Update Rust workspace package and internal dependency versions - Update Node.js package and platform package versions
1 parent 17650e8 commit f2c3d48

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ resolver = "2"
1313

1414
[workspace.package]
1515
edition = "2021"
16-
version = "0.1.5-alpha.5"
16+
version = "0.34.0"
1717
license = "Apache-2.0"
1818
authors = ["TiDB Cloud Authors <engineering@tidbcloud.com>"]
1919
categories = ["database"]
2020
keywords = ["lake", "tidbcloud", "database", "rust"]
2121
repository = "https://github.com/tidbcloud/lakesql"
2222

2323
[workspace.dependencies]
24-
lake-client = { path = "core", version = "0.1.5-alpha.5" }
25-
lake-driver = { path = "driver", version = "0.1.5-alpha.5" }
26-
lake-driver-core = { path = "sql", version = "0.1.5-alpha.5" }
27-
lake-driver-macros = { path = "macros", version = "0.1.5-alpha.5" }
24+
lake-client = { path = "core", version = "0.34.0" }
25+
lake-driver = { path = "driver", version = "0.34.0" }
26+
lake-driver-core = { path = "sql", version = "0.34.0" }
27+
lake-driver-macros = { path = "macros", version = "0.34.0" }
2828

2929
jsonb = { version = "0.5.6" }
3030
tokio-stream = "0.1"

bindings/nodejs/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-darwin-arm64",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"darwin"
77
],

bindings/nodejs/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-darwin-x64",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"darwin"
77
],

bindings/nodejs/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-linux-arm64-gnu",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"linux"
77
],

bindings/nodejs/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-linux-arm64-musl",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"linux"
77
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-linux-x64-gnu",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"linux"
77
],

bindings/nodejs/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-linux-x64-musl",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"linux"
77
],

bindings/nodejs/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-win32-arm64-msvc",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"win32"
77
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloudlake-driver/lib-win32-x64-msvc",
33
"repository": "https://github.com/tidbcloud/lakesql.git",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"os": [
66
"win32"
77
],

bindings/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tidbcloudlake-driver",
33
"author": "TiDB Cloud Authors <support@tidbcloud.com>",
4-
"version": "0.1.5-alpha.5",
4+
"version": "0.34.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)