Skip to content

Commit 58deeb6

Browse files
committed
fix: align remaining version references to 1.9.0
- Update sdk/node/Cargo.toml version to 1.9.0 - Update sdk/node/package-lock.json version to 1.9.0 - Update sdk/python-bootstrap/pyproject.toml version to 1.9.0 - Update sdk/python/Cargo.toml version to 1.9.0
1 parent 78ab501 commit 58deeb6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.8.6"
3+
version = "1.9.0"
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.8.6", path = "../../core", features = ["ahp"] }
14+
a3s-code-core = { version = "1.9.0", 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/python-bootstrap/pyproject.toml

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

55
[project]
66
name = "a3s-code"
7-
version = "1.8.6"
7+
version = "1.9.0"
88
description = "A3S Code Python bootstrap package that fetches platform-native binaries from GitHub Releases"
99
readme = "../python/README.md"
1010
license = { text = "MIT" }

sdk/python/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-py"
3-
version = "1.8.6"
3+
version = "1.9.0"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"

0 commit comments

Comments
 (0)