Skip to content

Commit

Permalink
🔖 dio v5.3.0
Browse files Browse the repository at this point in the history
Triggered by @AlexV525 on #1633 (comment)
  • Loading branch information
cfug-dev committed Jul 18, 2023
1 parent 1122a78 commit 9e35179
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ See the [Migration Guide][] for the complete breaking changes list.**

## Unreleased

*None.*

## 5.3.0

- Remove `http` from `dev_dependencies`.
- Add support for cloning `MultipartFile` from `FormData`.
- Only produce null response body when `ResponseType.json`.
Expand Down
2 changes: 1 addition & 1 deletion dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
homepage: https://github.com/cfug/dio
repository: https://github.com/cfug/dio/blob/main/dio
issue_tracker: https://github.com/cfug/dio/issues
version: 5.2.1+1
version: 5.3.0

environment:
sdk: '>=2.15.0 <3.0.0'
Expand Down

0 comments on commit 9e35179

Please sign in to comment.