Skip to content

Commit 66b2130

Browse files
committed
chore: align all SDK versions to 1.8.5
Update version numbers to ensure core and SDK versions are in sync: - core/Cargo.toml: 1.8.4 → 1.8.5 - sdk/node/Cargo.toml: 1.7.2 → 1.8.5 - sdk/python/Cargo.toml: 1.7.2 → 1.8.5 - sdk/node/package-lock.json: 1.7.2 → 1.8.5 - Cargo.lock: update to reflect new versions
1 parent 851bcff commit 66b2130

5 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

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

core/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-core"
3-
version = "1.8.4"
3+
version = "1.8.5"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"
@@ -16,7 +16,7 @@ path = "src/lib.rs"
1616
a3s-common = { version = "0.1", path = "../../common" }
1717
a3s-memory = { version = "0.1.1", path = "../../memory" }
1818
a3s-lane = { version = "0.4", path = "../../lane" }
19-
a3s-search = { version = "0.9", path = "../../search", default-features = false }
19+
a3s-search = { version = "1.0", path = "../../search", default-features = false }
2020
a3s-ahp = { version = "2.0", path = "../../ahp", optional = true, features = ["http", "websocket", "unix-socket"] }
2121

2222
# Async runtime

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.7.2"
3+
version = "1.8.5"
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.7.2", path = "../../core", features = ["ahp"] }
14+
a3s-code-core = { version = "1.8.5", path = "../../core", features = ["ahp"] }
1515
napi = { version = "2", features = ["async", "napi6", "serde-json"] }
1616
napi-derive = "2"
1717
tokio = { version = "1.35", features = ["full"] }

sdk/node/package-lock.json

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

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.7.2"
3+
version = "1.8.5"
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.7.2", path = "../../core", features = ["ahp"] }
15+
a3s-code-core = { version = "1.8.5", path = "../../core", features = ["ahp"] }
1616
pyo3 = "0.23"
1717
tokio = { version = "1.35", features = ["full"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)