Skip to content

Commit 5454d2a

Browse files
authored
[model-gateway] release smg 0.3.0 (#15781)
1 parent 17b38f8 commit 5454d2a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sgl-model-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sgl-model-gateway"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[features]

sgl-model-gateway/bindings/golang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sgl-model-gateway-golang"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[lib]

sgl-model-gateway/bindings/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 = "sgl-model-gateway-python"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[lib]

sgl-model-gateway/bindings/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 = "sglang-router"
7-
version = "0.2.4"
7+
version = "0.3.0"
88
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
99
authors = [
1010
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)