Skip to content

Commit 137f88e

Browse files
authored
Version 0.31.1 (#2483)
1 parent 27d976a commit 137f88e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.31.1 (2024-10-09)
4+
5+
### Fixed
6+
7+
* Support WebSockets 0.13.1 (#2471)
8+
* Restore support for `[*]` in trusted hosts (#2480)
9+
* Add `PathLike[str]` type hint for `ssl_keyfile` (#2481)
10+
311
## 0.31.0 (2024-09-27)
412

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

0 commit comments

Comments
 (0)