From 302c535a648d4dfc9361a86e1a41ea1cc841d925 Mon Sep 17 00:00:00 2001 From: luolingchun Date: Mon, 2 Mar 2026 18:09:07 +0800 Subject: [PATCH] release v0.9.3 --- CHANGELOG.md | 4 ++++ star_openapi/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ebba6..7087d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.9.3 2026-03-22 + +- APIRouter allows no slash suffix by @luolingchun in #7 + ## v0.9.2 2026-01-26 - Add parameter app to StarGroup by @luolingchun in #4 diff --git a/star_openapi/__version__.py b/star_openapi/__version__.py index a2fecb4..c598173 100644 --- a/star_openapi/__version__.py +++ b/star_openapi/__version__.py @@ -1 +1 @@ -__version__ = "0.9.2" +__version__ = "0.9.3"