Skip to content

Commit

Permalink
Version 0.26.0 (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jan 16, 2024
1 parent 4af46c9 commit 99fafb3
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.26.0 - 2024-01-16

### Changed

- Update `--root-path` to include the root path prefix in the full ASGI `path` as per the ASGI spec (#2213) 16/01/24
- Use `__future__.annotations` on some internal modules (#2199) 16/01/24

## 0.25.0 - 2023-12-17

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

0 comments on commit 99fafb3

Please sign in to comment.