From d3d96db8a126610f0f88b3fad2ee9d26ed2f565b Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Tue, 6 Jun 2023 01:51:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dio=20v5.2.0=20Triggered=20by=20?= =?UTF-8?q?@AlexV525=20on=20https://github.com/cfug/dio/issues/1633#issuec?= =?UTF-8?q?omment-1577772813?= 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 8c78449e8..2b9bdf6ce 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.2.0 + - Make `LogInterceptor` prints in DEBUG mode (when the assertion is enabled) by default. - Deprecate `DioError` in favor of `DioException`. - Fix `IOHttpClientAdapter.onHttpClientCreate` Repeated calls diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 92fb5d8c8..9dde8947e 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.1.2 +version: 5.2.0 environment: sdk: '>=2.15.0 <3.0.0'