Skip to content

Commit 70c7943

Browse files
committed
Bumped version to 0.2.0
1 parent f2f23e2 commit 70c7943

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.0
2+
- Added async coroutine support
3+
- (**breaking!**) Removed `dart:coroutine/coroutine.dart` barrel import (use `dart:coroutines/sync.dart` or `dart:coroutines/async.dart` instead)
4+
- Improved documentation
5+
16
## 0.1.1
27

38
- Fixed coroutine instance not being removed after completion

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: coroutines
22
description: Unity-style coroutines for Dart, allowing resumable function execution.
3-
version: 0.1.1
3+
version: 0.2.0
44

55
license: MPL-2.0
66
homepage: https://github.com/kerberjg/dart_coroutines

0 commit comments

Comments
 (0)