Skip to content

Commit

Permalink
Version 0.25.0 (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 20, 2023
1 parent 6568184 commit b52f3f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Change Log

## 0.25.0 - 2023-12-17

### Added

- Support the WebSocket Denial Response ASGI extension (#1916) 17/12/23

### Fixed

- Allow explicit hidden file paths on `--reload-include` (#2176) 08/12/23
- Properly annotate `uvicorn.run()` (#2158) 22/11/23

## 0.24.0.post1 - 2023-11-06

### Fixed

* Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23
- Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

## 0.24.0 - 2023-11-04

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.24.0.post1"
__version__ = "0.25.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit b52f3f9

Please sign in to comment.