|
2 | 2 |
|
3 | 3 | ## Latest Changes |
4 | 4 |
|
| 5 | +## 0.0.13 |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* ✨ Allow to use `-h` for help. PR [#191](https://github.com/fastapi/fastapi-cli/pull/191) by [@patrick91](https://github.com/patrick91). |
| 10 | + |
| 11 | +## 0.0.12 |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* ✨ Add support for the PORT environment variable. PR [#209](https://github.com/fastapi/fastapi-cli/pull/209) by [@buurro](https://github.com/buurro). |
| 16 | + |
| 17 | +### Internal |
| 18 | + |
| 19 | +* ⬆ Bump mypy from 1.14.0 to 1.14.1. PR [#207](https://github.com/fastapi/fastapi-cli/pull/207) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 20 | +* ⬆ Bump actions/setup-python from 5 to 6. PR [#201](https://github.com/fastapi/fastapi-cli/pull/201) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 21 | +* ⬆ Bump ruff from 0.12.12 to 0.13.0. PR [#206](https://github.com/fastapi/fastapi-cli/pull/206) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 22 | +* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#208](https://github.com/fastapi/fastapi-cli/pull/208) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). |
| 23 | +* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#205](https://github.com/fastapi/fastapi-cli/pull/205) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). |
| 24 | + |
| 25 | +## 0.0.11 |
| 26 | + |
| 27 | +### Features |
| 28 | + |
| 29 | +* ✨ Add support for passing apps as `fastapi run --entrypoint some.importable_module:app_name`. PR [#199](https://github.com/fastapi/fastapi-cli/pull/199) by [@patrick91](https://github.com/patrick91). |
| 30 | + |
| 31 | +If you have been using Uvicorn like: |
| 32 | + |
| 33 | +```console |
| 34 | +$ uvicorn some.importable_module:app_name |
| 35 | +``` |
| 36 | + |
| 37 | +Now you can use the same "entrypoint" syntax with `fastapi`: |
| 38 | + |
| 39 | +```console |
| 40 | +$ fastapi run -e some.importable_module:app_name |
| 41 | +``` |
| 42 | + |
| 43 | +Or: |
| 44 | + |
| 45 | +```console |
| 46 | +$ fastapi run --entrypoint some.importable_module:app_name |
| 47 | +``` |
| 48 | + |
| 49 | +### Internal |
| 50 | + |
| 51 | +* ⬆ Bump actions/labeler from 5 to 6. PR [#202](https://github.com/fastapi/fastapi-cli/pull/202) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 52 | +* ⬆ Bump ruff from 0.12.11 to 0.12.12. PR [#203](https://github.com/fastapi/fastapi-cli/pull/203) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 53 | +* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#198](https://github.com/fastapi/fastapi-cli/pull/198) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). |
| 54 | +* ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR [#200](https://github.com/fastapi/fastapi-cli/pull/200) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 55 | +* 👷 Detect and label merge conflicts on PRs automatically. PR [#204](https://github.com/fastapi/fastapi-cli/pull/204) by [@svlandeg](https://github.com/svlandeg). |
| 56 | + |
| 57 | +## 0.0.10 |
| 58 | + |
| 59 | +### Features |
| 60 | + |
| 61 | +* Add CLI option `--forwarded-allow-ips`. PR [#113](https://github.com/fastapi/fastapi-cli/pull/113) by [@Riuzaky77](https://github.com/Riuzaky77). |
| 62 | + |
| 63 | +### Internal |
| 64 | + |
| 65 | +* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#147](https://github.com/fastapi/fastapi-cli/pull/147) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). |
| 66 | +* ⬆ Bump ruff from 0.11.2 to 0.12.11. PR [#196](https://github.com/fastapi/fastapi-cli/pull/196) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 67 | +* ⬆ Bump actions/checkout from 4 to 5. PR [#193](https://github.com/fastapi/fastapi-cli/pull/193) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 68 | +* ⬆ Bump actions/download-artifact from 4 to 5. PR [#190](https://github.com/fastapi/fastapi-cli/pull/190) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 69 | +* ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0. PR [#188](https://github.com/fastapi/fastapi-cli/pull/188) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 70 | +* ⬆ Bump astral-sh/setup-uv from 5 to 6. PR [#176](https://github.com/fastapi/fastapi-cli/pull/176) by [@dependabot[bot]](https://github.com/apps/dependabot). |
| 71 | + |
| 72 | +## 0.0.9 |
| 73 | + |
| 74 | +### Fixes |
| 75 | + |
| 76 | +* 🔧 Remove command script `fastapi`, let it be provided by the `fastapi` package. PR [#197](https://github.com/fastapi/fastapi-cli/pull/197) by [@tiangolo](https://github.com/tiangolo). |
| 77 | + |
5 | 78 | ## 0.0.8 |
6 | 79 |
|
7 | 80 | ### Features |
|
0 commit comments