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"