From 12d3cd7e1c4c532944317afcc2de355b2fee6802 Mon Sep 17 00:00:00 2001 From: luolingchun Date: Wed, 11 Mar 2026 11:03:07 +0800 Subject: [PATCH] release v0.9.4 --- CHANGELOG.md | 6 +++++- star_openapi/__version__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7087d0c..6a3c845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## v0.9.3 2026-03-22 +## v0.9.4 2026-03-11 + +- Add create_websocket_endpoint method compatible with cython build by @luolingchun in #9 + +## v0.9.3 2026-03-02 - APIRouter allows no slash suffix by @luolingchun in #7 diff --git a/star_openapi/__version__.py b/star_openapi/__version__.py index c598173..e94731c 100644 --- a/star_openapi/__version__.py +++ b/star_openapi/__version__.py @@ -1 +1 @@ -__version__ = "0.9.3" +__version__ = "0.9.4"