Skip to content

Commit 293ea34

Browse files
authored
Version 0.0.11 (#158)
1 parent a790e40 commit 293ea34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.11 (2024-09-28)
4+
5+
* Improve performance, especially in data with many CR-LF [#137](https://github.com/Kludex/python-multipart/pull/137).
6+
* Handle invalid CRLF in header name [#141](https://github.com/Kludex/python-multipart/pull/141).
7+
38
## 0.0.10 (2024-09-21)
49

510
* Support `on_header_begin` [#103](https://github.com/Kludex/python-multipart/pull/103).

multipart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = "Andrew Dunham"
33
__license__ = "Apache"
44
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
5-
__version__ = "0.0.10"
5+
__version__ = "0.0.11"
66

77
from .multipart import (
88
BaseParser,

0 commit comments

Comments
 (0)