Skip to content

Commit 3f7233d

Browse files
authored
Version 0.0.12 (#160)
1 parent 83191cb commit 3f7233d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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).

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.11"
5+
__version__ = "0.0.12"
66

77
from .multipart import (
88
BaseParser,

0 commit comments

Comments
 (0)