Skip to content

Commit 9aec08e

Browse files
committed
📝 Update release notes
1 parent 11f5a39 commit 9aec08e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
* ✨ Add support for reading configuration from `pyproject.toml`. PR [#236](https://github.com/fastapi/fastapi-cli/pull/236) by [@patrick91](https://github.com/patrick91).
1010

11+
You can use it in `pyproject.toml` like:
12+
13+
```toml
14+
[tool.fastapi]
15+
entrypoint = "some.importable_module:app_name"
16+
```
17+
1118
### Internal
1219

1320
* ⬆ Bump actions/upload-artifact from 4 to 5. PR [#232](https://github.com/fastapi/fastapi-cli/pull/232) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)