Skip to content

Commit 6076fe2

Browse files
committed
release: prepare v1.8.3
- Build linux-gnu binaries on ubuntu-22.04 to avoid GLIBC 2.39 requirement - Bump version to 1.8.3 for core, Node SDK, Python SDK, and bootstrap
1 parent 308157a commit 6076fe2

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/publish-node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
settings:
1313
- host: macos-latest
1414
target: aarch64-apple-darwin
15-
- host: ubuntu-latest
15+
- host: ubuntu-22.04
1616
target: x86_64-unknown-linux-gnu
17-
- host: ubuntu-latest
17+
- host: ubuntu-22.04
1818
target: x86_64-unknown-linux-musl
1919
zig: true
20-
- host: ubuntu-latest
20+
- host: ubuntu-22.04
2121
target: aarch64-unknown-linux-gnu
2222
zig: true
23-
- host: ubuntu-latest
23+
- host: ubuntu-22.04
2424
target: aarch64-unknown-linux-musl
2525
zig: true
2626
- host: windows-latest

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.8.0"
3+
version = "1.8.3"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"

sdk/node/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a3s-lab/code",
3-
"version": "1.8.0",
3+
"version": "1.8.3",
44
"description": "A3S Code - Native AI coding agent library for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -44,11 +44,11 @@
4444
"test:loop": "tsx --tsconfig examples/tsconfig.json examples/test_loop_commands.ts"
4545
},
4646
"optionalDependencies": {
47-
"@a3s-lab/code-darwin-arm64": "1.8.0",
48-
"@a3s-lab/code-linux-x64-gnu": "1.8.0",
49-
"@a3s-lab/code-linux-x64-musl": "1.8.0",
50-
"@a3s-lab/code-linux-arm64-gnu": "1.8.0",
51-
"@a3s-lab/code-linux-arm64-musl": "1.8.0",
52-
"@a3s-lab/code-win32-x64-msvc": "1.8.0"
47+
"@a3s-lab/code-darwin-arm64": "1.8.3",
48+
"@a3s-lab/code-linux-x64-gnu": "1.8.3",
49+
"@a3s-lab/code-linux-x64-musl": "1.8.3",
50+
"@a3s-lab/code-linux-arm64-gnu": "1.8.3",
51+
"@a3s-lab/code-linux-arm64-musl": "1.8.3",
52+
"@a3s-lab/code-win32-x64-msvc": "1.8.3"
5353
}
5454
}

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.0"
7+
version = "1.8.3"
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/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.8.0"
7+
version = "1.8.3"
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)