From 390406c46c72bda9ee5e385a2231570d9dacb39d Mon Sep 17 00:00:00 2001 From: Simo Lin Date: Tue, 9 Dec 2025 16:34:29 -0800 Subject: [PATCH] [model-gateway] release gateway 0.2.4 (#14763) --- sgl-model-gateway/Cargo.toml | 2 +- sgl-model-gateway/bindings/golang/Cargo.toml | 2 +- sgl-model-gateway/bindings/python/Cargo.toml | 2 +- sgl-model-gateway/bindings/python/pyproject.toml | 2 +- sgl-model-gateway/bindings/python/sglang_router/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sgl-model-gateway/Cargo.toml b/sgl-model-gateway/Cargo.toml index 14ddef652..5e3a24b82 100644 --- a/sgl-model-gateway/Cargo.toml +++ b/sgl-model-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway" -version = "0.2.3" +version = "0.2.4" edition = "2021" [features] diff --git a/sgl-model-gateway/bindings/golang/Cargo.toml b/sgl-model-gateway/bindings/golang/Cargo.toml index 28f209050..e4c9a0686 100644 --- a/sgl-model-gateway/bindings/golang/Cargo.toml +++ b/sgl-model-gateway/bindings/golang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway-golang" -version = "0.2.3" +version = "0.2.4" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/Cargo.toml b/sgl-model-gateway/bindings/python/Cargo.toml index 68f73fd14..3f88cd695 100644 --- a/sgl-model-gateway/bindings/python/Cargo.toml +++ b/sgl-model-gateway/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway-python" -version = "0.2.3" +version = "0.2.4" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/pyproject.toml b/sgl-model-gateway/bindings/python/pyproject.toml index 10b15249d..a9f0a4b1f 100644 --- a/sgl-model-gateway/bindings/python/pyproject.toml +++ b/sgl-model-gateway/bindings/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "sglang-router" -version = "0.2.3" +version = "0.2.4" description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support" authors = [ {name = "Simo Lin", email = "linsimo.mark@gmail.com"}, diff --git a/sgl-model-gateway/bindings/python/sglang_router/version.py b/sgl-model-gateway/bindings/python/sglang_router/version.py index d31c31eae..788da1fb3 100644 --- a/sgl-model-gateway/bindings/python/sglang_router/version.py +++ b/sgl-model-gateway/bindings/python/sglang_router/version.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.2.4"