Skip to content

Commit b52f3f9

Browse files
authored
Version 0.25.0 (#2193)
1 parent 6568184 commit b52f3f9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Change Log
22

3+
## 0.25.0 - 2023-12-17
4+
5+
### Added
6+
7+
- Support the WebSocket Denial Response ASGI extension (#1916) 17/12/23
8+
9+
### Fixed
10+
11+
- Allow explicit hidden file paths on `--reload-include` (#2176) 08/12/23
12+
- Properly annotate `uvicorn.run()` (#2158) 22/11/23
13+
314
## 0.24.0.post1 - 2023-11-06
415

516
### Fixed
617

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

920
## 0.24.0 - 2023-11-04
1021

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

0 commit comments

Comments
 (0)