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 11# Changelog
22
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+
39## 0.0.11 (2024-09-28)
410
511* 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 22__author__ = "Andrew Dunham"
33__license__ = "Apache"
44__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham"
5- __version__ = "0.0.11 "
5+ __version__ = "0.0.12 "
66
77from .multipart import (
88 BaseParser ,
You can’t perform that action at this time.
0 commit comments