diff --git a/release-notes.md b/release-notes.md index 7facb3bb..b67cda7c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.26 (2026-06-18) + ### Features * 🚸 Show tip on how to configure `entrypoint` in `pyproject.toml`. PR [#389](https://github.com/fastapi/fastapi-cli/pull/389) by [@YuriiMotov](https://github.com/YuriiMotov). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index 5a6b518d..15331024 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.25" +__version__ = "0.0.26"