From 527cd23ea127490a06502600d3ab4a7a806eba6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:29:35 +0800 Subject: [PATCH] chore: release 2.0.1 (#94) Prepare releasing **2.0.1** After this pull request is merged, the following steps below will be going on: * Create tag for **2.0.1** * Publish to pub.dev * Create Github release for **2.0.1** *This pull request is opened by bot* Co-authored-by: littleGnAl --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 172705d..86d3c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.0.0...2.0.1) (2024-01-29) + + +### Bug Fixes + +* Wait for the executor.dispose done before exit the isolate ([#93](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/93)) ([dc202d9](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/dc202d9e537c6cfdc702346f27c09fc2db77c53a)) + ## [2.0.0](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.0.0-dev.4...2.0.0) (2023-12-05) ## [2.0.0-dev.4](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.0.0-dev.3...2.0.0-dev.4) (2023-10-24) diff --git a/pubspec.yaml b/pubspec.yaml index a69a574..5f52556 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: iris_method_channel description: >- iris_method_channel is a method channel that communicate between C/C++(iris) and dart, which is used by Agora Flutter SDKs. -version: 2.0.0 +version: 2.0.1 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main environment: