Skip to content

Commit

Permalink
Version 0.37.0 (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Feb 5, 2024
1 parent 5253156 commit 6fcd579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## 0.37.0

February 5, 2024

#### Added

* Support the WebSocket Denial Response ASGI extension [#2041](https://github.com/encode/starlette/pull/2041).

## 0.36.3

February 4, 2024

#### Fixed

* Create `anyio.Event` on async context [#2459](https://github.com/encode/starlette/2459).
* Create `anyio.Event` on async context [#2459](https://github.com/encode/starlette/pull/2459).

## 0.36.2

Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.36.3"
__version__ = "0.37.0"

0 comments on commit 6fcd579

Please sign in to comment.