Skip to content

Commit 28f4785

Browse files
authored
Version 0.0.26 (#263)
1 parent d4452a7 commit 28f4785

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.26 (2026-04-10)
4+
5+
* Skip preamble before the first multipart boundary more efficiently [#262](https://github.com/Kludex/python-multipart/pull/262).
6+
* Silently discard epilogue data after the closing multipart boundary [#259](https://github.com/Kludex/python-multipart/pull/259).
7+
38
## 0.0.25 (2026-04-10)
49

510
* Add MIME content type info to `File` [#143](https://github.com/Kludex/python-multipart/pull/143).

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.25"
15+
__version__ = "0.0.26"
1616

1717
from .multipart import (
1818
BaseParser,

0 commit comments

Comments
 (0)