Skip to content

Commit 5bf788f

Browse files
authored
Version 0.30.3 (#2395)
1 parent 8f4c8a7 commit 5bf788f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.30.3 (2024-07-20)
4+
5+
### Fixed
6+
7+
- Suppress `KeyboardInterrupt` from CLI and programmatic usage (#2384)
8+
- `ClientDisconnect` inherits from `OSError` instead of `IOError` (#2393)
9+
310
## 0.30.2 (2024-07-20)
411

512
### Added

uvicorn/__init__.py

+1-1
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.30.2"
4+
__version__ = "0.30.3"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)