Skip to content

Commit

Permalink
Version 0.32.1 (#2515)
Browse files Browse the repository at this point in the history
* Version 0.32.1

* Update CHANGELOG.md
  • Loading branch information
Kludex authored Nov 20, 2024
1 parent fc6c51b commit 04c6320
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.32.1 (2024-11-20)

### Fixed

* Drop ASGI spec version to 2.3 on HTTP scope [#2513](https://github.com/encode/uvicorn/pull/2513)
* Enable httptools lenient data on `httptools >= 0.6.3` [#2488](https://github.com/encode/uvicorn/pull/2488)

## 0.32.0 (2024-10-15)

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

0 comments on commit 04c6320

Please sign in to comment.