Skip to content

Commit

Permalink
Version 0.27.0 (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 21, 2024
1 parent b0092cb commit 892c788
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.27.0 - 2024-01-20

### Added

- Raise `ClientDisconnect(IOError)` on `send()` when client disconnected (#2218) 19/01/24
- Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24

## 0.26.0 - 2024-01-16

### Changed
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.26.0"
__version__ = "0.27.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 892c788

Please sign in to comment.