Skip to content

Commit

Permalink
chore: release 2.0.1 (#94)
Browse files Browse the repository at this point in the history
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 <littleGnAl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and littleGnAl authored Jan 29, 2024
1 parent dc202d9 commit 527cd23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 527cd23

Please sign in to comment.