Skip to content

Commit

Permalink
Merge branch 'release/0.7.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Dec 27, 2022
2 parents 9baaf23 + f4284d6 commit 688c1c2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dart_native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.11

* [Fix] A dangling pointer on Android.
* [Fix] DetachCurrentThread crash on Android.
* [Feature] Collections support automatic type conversions on Android.

## 0.7.10

* [Fix] A dangling pointer on Android.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion dart_native/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.10"
version: "0.7.11"
dart_native_gen:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion dart_native/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_native
description: Write native code using Dart. This package liberates you from native code and low performance channel.
version: 0.7.10
version: 0.7.11
homepage: https://github.com/dart-native/dart_native

environment:
Expand Down

0 comments on commit 688c1c2

Please sign in to comment.