Skip to content

Commit

Permalink
Version 0.30.3 (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jul 20, 2024
1 parent 8f4c8a7 commit 5bf788f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.30.3 (2024-07-20)

### Fixed

- Suppress `KeyboardInterrupt` from CLI and programmatic usage (#2384)
- `ClientDisconnect` inherits from `OSError` instead of `IOError` (#2393)

## 0.30.2 (2024-07-20)

### Added
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.30.2"
__version__ = "0.30.3"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 5bf788f

Please sign in to comment.