]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.37.0 (#2457) 0.37.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 5 Feb 2024 06:54:55 +0000 (07:54 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 06:54:55 +0000 (23:54 -0700)
docs/release-notes.md
starlette/__init__.py

index f259ac038bed64b7817218abd1b19a82e2b2fc83..470df0fe455a29e5969e1e9c897402af88adbc34 100644 (file)
@@ -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
 
index 21b1c2c0ec173a3ddb725bccc2b7d48bd85e1498..2d93b0cd23c652dd59a272b4914a4fe9b03b18c1 100644 (file)
@@ -1 +1 @@
-__version__ = "0.36.3"
+__version__ = "0.37.0"