From 9c7212beac0e9fbeea883996c8a72f12080523df Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:33:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20native=5Fdio=5Fadapter=20v1.0.0+?= =?UTF-8?q?1=20Triggered=20by=20@AlexV525=20on=20https://github.com/cfug/d?= =?UTF-8?q?io/issues/1633#issuecomment-1577802890?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/native_dio_adapter/CHANGELOG.md | 4 ++++ plugins/native_dio_adapter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index 78b8d8c30..dae9f86ef 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 1.0.0+1 + - Update dependencies to make use of stable versions. - Replace `DioError` with `DioException`. - Fix `onReceiveProgress` callback. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index b040766b6..d5149d77a 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -1,6 +1,6 @@ name: native_dio_adapter description: A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform. -version: 0.1.0 +version: 1.0.0+1 homepage: https://github.com/cfug/dio repository: https://github.com/cfug/dio/blob/main/plugins/native_dio_adapter issue_tracker: https://github.com/cfug/dio/issues