Skip to content

Commit

Permalink
Version 0.22.0 (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Apr 28, 2023
1 parent 4d302a9 commit 71043a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,4 @@
<!-- Thanks for contributing to Starlette! 💚
<!-- Thanks for contributing to Uvicorn! 💚
Given this is a project maintained by volunteers, please read this template to not waste your time, or ours! 😁 -->

# Summary
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 0.22.0 - 2023-04-28

### Added

- Add `--timeout-graceful-shutdown` parameter (#1950) 26/04/23
- Handle `SIGBREAK` on Windows (#1909) 15/04/23

### Fixed

- Shutdown event is now being triggered on Windows when using hot reload (#1584) 13/04/23
- `--reload-delay` is effectively used on the `watchfiles` reloader (#1930) 22/04/23

## 0.21.1 - 2023-03-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.21.1"
__version__ = "0.22.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 71043a9

Please sign in to comment.