File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.12 (2024-09-29)
4
+
5
+ * Improve error message when boundary character does not match [ #124 ] ( https://github.com/Kludex/python-multipart/pull/124 ) .
6
+ * Add mypy strict typing [ #140 ] ( https://github.com/Kludex/python-multipart/pull/140 ) .
7
+ * Enforce 100% coverage [ #159 ] ( https://github.com/Kludex/python-multipart/pull/159 ) .
8
+
3
9
## 0.0.11 (2024-09-28)
4
10
5
11
* Improve performance, especially in data with many CR-LF [ #137 ] ( https://github.com/Kludex/python-multipart/pull/137 ) .
Original file line number Diff line number Diff line change 2
2
__author__ = "Andrew Dunham"
3
3
__license__ = "Apache"
4
4
__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
5
- __version__ = "0.0.11 "
5
+ __version__ = "0.0.12 "
6
6
7
7
from .multipart import (
8
8
BaseParser ,
You can’t perform that action at this time.
0 commit comments