Skip to content

Commit 44a3071

Browse files
jhominalKludex
andauthored
Version 0.30.1 (#2349)
* Version 0.30.1 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 6d666d9 commit 44a3071

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.30.1 (2024-06-02)
4+
5+
### Fixed
6+
7+
- Allow horizontal tabs `\t` in response header values (#2345)
8+
39
## 0.30.0 (2024-05-28)
410

511
### 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.0"
4+
__version__ = "0.30.1"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)