Skip to content

Commit

Permalink
Version 0.30.1 (#2349)
Browse files Browse the repository at this point in the history
* Version 0.30.1

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
  • Loading branch information
jhominal and Kludex committed Jun 2, 2024
1 parent 6d666d9 commit 44a3071
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.30.1 (2024-06-02)

### Fixed

- Allow horizontal tabs `\t` in response header values (#2345)

## 0.30.0 (2024-05-28)

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

0 comments on commit 44a3071

Please sign in to comment.