Skip to content

Commit 478f3bc

Browse files
RoyLinRoyLin
authored andcommitted
chore: bump version to 1.3.0
- Add TypeScript registerCommand support - Update documentation with TypeScript examples - Clean up middleware and framework code
1 parent b4511a4 commit 478f3bc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

sdk/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a3s-lab/code",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "A3S Code - Native AI coding agent library for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

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

0 commit comments

Comments
 (0)