Skip to content

Commit 8ce342c

Browse files
authored
Version 0.0.8 (#83)
1 parent 26d664f commit 8ce342c

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.8 (2024-02-09)
4+
5+
* Check if Message.get_params return 3-tuple instead of str on parse_options_header [#79](https://github.com/Kludex/python-multipart/pull/79).
6+
* Cleanup unused regex patterns [#82](https://github.com/Kludex/python-multipart/pull/82).
7+
38
## 0.0.7 (2024-02-03)
49

510
* Refactor header option parser to use the standard library instead of a custom RegEx [#75](https://github.com/andrew-d/python-multipart/pull/75).

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

77

88
from .multipart import (

0 commit comments

Comments
 (0)