Skip to content

Commit 789608b

Browse files
Bump version
1 parent a894df4 commit 789608b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.6.0
2+
3+
* Added `CancellableIsolate.run()`, based on the new [`Isolate.run()` method in Dart 2.19.0](https://medium.com/dartlang/better-isolate-management-with-isolate-run-547ef3d6459b).
4+
* Updated `cancellableCompute` to use `CancellableIsolate.run()` internally.
5+
* Increased minimum Dart SDK to 2.19.0.
6+
17
## 1.5.0
28

39
* Added `MergedCancellationToken` to combine multiple cancellation tokens into one.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cancellation_token
22
description: Easy async task cancellation for tasks using cancellation tokens in Dart.
3-
version: 1.5.0
3+
version: 1.6.0
44
repository: https://github.com/jonathanpetercole/dart-cancellation-token
55

66
environment:

0 commit comments

Comments
 (0)