Skip to content

Commit 870cca5

Browse files
RoyLinRoyLin
authored andcommitted
chore(release): sync sdk versions for v1.5.7
1 parent 240c54d commit 870cca5

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-code-core"
3-
version = "1.5.6"
3+
version = "1.5.7"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"

sdk/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-code-node"
3-
version = "1.5.6"
3+
version = "1.5.7"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"
@@ -11,7 +11,7 @@ description = "A3S Code Node.js bindings - Native addon via napi-rs"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
a3s-code-core = { version = "1.5.6", path = "../../core", features = ["ahp"] }
14+
a3s-code-core = { version = "1.5.7", path = "../../core", features = ["ahp"] }
1515
a3s-ahp = { version = "2.0", features = ["all-transports"] }
1616
napi = { version = "2", features = ["async", "napi6", "serde-json"] }
1717
napi-derive = "2"

sdk/node/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a3s-lab/code",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "A3S Code - Native AI coding agent library for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -41,12 +41,12 @@
4141
"test:loop": "tsx --tsconfig examples/tsconfig.json examples/test_loop_commands.ts"
4242
},
4343
"optionalDependencies": {
44-
"@a3s-lab/code-darwin-arm64": "1.5.6",
45-
"@a3s-lab/code-darwin-x64": "1.5.6",
46-
"@a3s-lab/code-linux-x64-gnu": "1.5.6",
47-
"@a3s-lab/code-linux-x64-musl": "1.5.6",
48-
"@a3s-lab/code-linux-arm64-gnu": "1.5.6",
49-
"@a3s-lab/code-linux-arm64-musl": "1.5.6",
50-
"@a3s-lab/code-win32-x64-msvc": "1.5.6"
44+
"@a3s-lab/code-darwin-arm64": "1.5.7",
45+
"@a3s-lab/code-darwin-x64": "1.5.7",
46+
"@a3s-lab/code-linux-x64-gnu": "1.5.7",
47+
"@a3s-lab/code-linux-x64-musl": "1.5.7",
48+
"@a3s-lab/code-linux-arm64-gnu": "1.5.7",
49+
"@a3s-lab/code-linux-arm64-musl": "1.5.7",
50+
"@a3s-lab/code-win32-x64-msvc": "1.5.7"
5151
}
5252
}

sdk/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-code-py"
3-
version = "1.5.6"
3+
version = "1.5.7"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"
@@ -12,7 +12,7 @@ name = "a3s_code"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
a3s-code-core = { version = "1.5.6", path = "../../core", features = ["ahp"] }
15+
a3s-code-core = { version = "1.5.7", path = "../../core", features = ["ahp"] }
1616
a3s-ahp = { version = "2.0", features = ["all-transports"] }
1717
pyo3 = { version = "0.23", features = ["extension-module"] }
1818
tokio = { version = "1.35", features = ["full"] }

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "a3s-code"
7-
version = "1.5.6"
7+
version = "1.5.7"
88
description = "A3S Code - Native Python bindings for the AI coding agent"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)