]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.36.2 (#2456) 0.36.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 3 Feb 2024 12:39:24 +0000 (13:39 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 12:39:24 +0000 (12:39 +0000)
* Version 0.36.2

* Apply suggestions from code review

* Update docs/release-notes.md

docs/release-notes.md
starlette/__init__.py

index d68f29a691fa536cde7d304ac49501752f28b12c..020413ce2f48fd6c65667d927a022ca6f3108803 100644 (file)
@@ -1,3 +1,12 @@
+## 0.36.2
+
+February 3, 2024
+
+#### Fixed
+
+* Upgrade `python-multipart` to `0.0.7` [13e5c26](13e5c26a27f4903924624736abd6131b2da80cc5).
+* Avoid duplicate charset on `Content-Type` [#2443](https://github.com/encode/starlette/2443).
+
 ## 0.36.1
 
 January 23, 2024
index ef5853c9e310bfa3df56dd85d656cdf02ec1936b..0128764148202448d007eeacb8e63a6531fcc877 100644 (file)
@@ -1 +1 @@
-__version__ = "0.36.1"
+__version__ = "0.36.2"