Skip to content

Commit fc48089

Browse files
authored
Version 0.25.0 (#2035)
1 parent bb4d8f9 commit fc48089

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.25.0
2+
3+
February 14, 2023
4+
5+
### Fix
6+
* Limit the number of fields and files when parsing `multipart/form-data` on the `MultipartParser` [8c74c2c](https://github.com/encode/starlette/commit/8c74c2c8dba7030154f8af18e016136bea1938fa) and [#2036](https://github.com/encode/starlette/pull/2036).
7+
18
## 0.24.0
29

310
February 6, 2023

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.24.0"
1+
__version__ = "0.25.0"

0 commit comments

Comments
 (0)