diff --git a/CHANGELOG.md b/CHANGELOG.md index c40cd90..df481ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 + +Prevent killing terminated isolate + ## 0.2.1 - Fix in isolate dispose diff --git a/pubspec.yaml b/pubspec.yaml index 9d036d0..ca0612b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: iso description: An isolates runner that handles bidirectionnal communication. Run some code in an isolate and communicate with it author: synw homepage: https://github.com/synw/iso -version: 0.2.1 +version: 0.2.2 environment: sdk: '>=2.3.0 <3.0.0'