Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Jun 1, 2022
1 parent cfc04bc commit fa5d0b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions dart_native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## 0.7.1

* [Fix] Leaks on iOS.

## 0.7.0

* [Feature] Support DartNative Interface.
* [Feature] Support Finalizer.

## 0.6.8

* [Fix] Leaks on iOS.

## 0.6.7

* [Fix] Deadlocks on iOS.
Expand Down
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.0"
version: "0.7.1"
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.0
version: 0.7.1
homepage: https://github.com/dart-native/dart_native

environment:
Expand Down
2 changes: 1 addition & 1 deletion dart_native_gen/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ packages:
path: "../../dart_native"
relative: true
source: path
version: "0.7.0"
version: "0.7.1"
dart_native_gen:
dependency: transitive
description:
Expand Down

0 comments on commit fa5d0b8

Please sign in to comment.