Skip to content

Commit c9ba771

Browse files
authored
Version 0.34.3 (#2617)
1 parent 56a9f68 commit c9ba771

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
---
1+
22
toc_depth: 2
33
---
44

5+
## 0.34.3 (April 19, 2025)
6+
7+
### Fixed
8+
9+
* Don't include `cwd()` when non-empty `--reload-dirs` is passed (#2598)
10+
511
## 0.34.2 (April 19, 2025)
612

713
### Fixed

uvicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.34.2"
4+
__version__ = "0.34.3"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)