Skip to content

Commit 3dbd91c

Browse files
committed
Bumped version to 0.1.1
1 parent 3dce23b commit 3dbd91c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: dart pub get
7575

7676
- name: Run tests
77-
run: dart test --reporter=expanded
77+
run: dart test --reporter=expanded test/*.dart
7878

7979
publish:
8080
name: "publish"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.1
2+
3+
- Fixed coroutine instance not being removed after completion
4+
- Implemented `isCoroutineRunning`
5+
- Improved inlining
6+
17

28
## 0.1.0
39

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.0
3+
version: 0.1.1
44

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

0 commit comments

Comments
 (0)