Skip to content

Commit 4addb60

Browse files
authored
Version 0.0.25 (#261)
1 parent d3a4698 commit 4addb60

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.0.25 (2026-04-10)
4+
5+
* Add MIME content type info to `File` [#143](https://github.com/Kludex/python-multipart/pull/143).
6+
* Handle CTE values case-insensitively [#258](https://github.com/Kludex/python-multipart/pull/258).
7+
* Remove custom `FormParser` classes [#257](https://github.com/Kludex/python-multipart/pull/257).
8+
* Add `UPLOAD_DELETE_TMP` to `FormParser` config [#254](https://github.com/Kludex/python-multipart/pull/254).
9+
* Emit `field_end` for trailing bare field names on finalize [#230](https://github.com/Kludex/python-multipart/pull/230).
10+
* Handle multipart headers case-insensitively [#252](https://github.com/Kludex/python-multipart/pull/252).
11+
* Apply Apache-2.0 properly [#247](https://github.com/Kludex/python-multipart/pull/247).
12+
313
## 0.0.24 (2026-04-05)
414

515
* Validate `chunk_size` in `parse_form()` [#244](https://github.com/Kludex/python-multipart/pull/244).

python_multipart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.24"
15+
__version__ = "0.0.25"
1616

1717
from .multipart import (
1818
BaseParser,

0 commit comments

Comments
 (0)