1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore(actix-multipart): prepare release 0.7.1

This commit is contained in:
Rob Ede
2024-07-07 00:19:22 +01:00
parent 01d60f3315
commit ffee672909
5 changed files with 15 additions and 5 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.7.1
- Expose `LimitExceeded` error type.
## 0.7.0
- Add `MultipartError::ContentTypeIncompatible` variant.