diff --git a/release-notes.md b/release-notes.md index 07e48b9e..abca5649 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.31 (2026-07-16) + ### Refactors * ✨ Trim default startup output and add --verbose to dev and run. PR [#471](https://github.com/fastapi/fastapi-cli/pull/471) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index ca5c44e9..08a59cb9 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.30" +__version__ = "0.0.31"