Skip to content

Commit

Permalink
Version 0.31.1 (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Oct 9, 2024
1 parent 27d976a commit 137f88e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.31.1 (2024-10-09)

### Fixed

* Support WebSockets 0.13.1 (#2471)
* Restore support for `[*]` in trusted hosts (#2480)
* Add `PathLike[str]` type hint for `ssl_keyfile` (#2481)

## 0.31.0 (2024-09-27)

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

0 comments on commit 137f88e

Please sign in to comment.