From 9e35179611f977c42ec76ef3f0e6582242e55e08 Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:06:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dio=20v5.3.0=20Triggered=20by=20?= =?UTF-8?q?@AlexV525=20on=20https://github.com/cfug/dio/issues/1633#issuec?= =?UTF-8?q?omment-1639480695?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dio/CHANGELOG.md | 4 ++++ dio/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index ceb2726d9..674bc7bf9 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -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`. diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 667cc6412..a652d5502 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -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'