Skip to content

Commit ca24e1b

Browse files
vvanglroKludex
andauthored
Version 0.30.2 (#2380)
* Version 0.30.2 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent c23cd24 commit ca24e1b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.30.2 (2024-07-20)
4+
5+
### Added
6+
7+
- Add `reason` support to [`websocket.disconnect`](https://asgi.readthedocs.io/en/latest/specs/www.html#disconnect-receive-event-ws) event (#2324)
8+
9+
### Fixed
10+
11+
- Iterate subprocesses in-place on the process manager (#2373)
12+
313
## 0.30.1 (2024-06-02)
414

515
### Fixed

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

0 commit comments

Comments
 (0)