File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 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
1717from .multipart import (
1818 BaseParser ,
You can’t perform that action at this time.
0 commit comments