We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb17b commit 07c9512Copy full SHA for 07c9512
.github/workflows/dart.yaml
@@ -11,10 +11,8 @@ on:
11
- './*.yaml'
12
- .github/workflows/dart.yaml
13
- .github/actions/flutter-setup/**
14
- releases:
+ release:
15
types: [published]
16
- branches:
17
- - 'release/**'
18
19
20
jobs:
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+
2
+## 0.1.0
3
4
+- Initial release
5
+- Implemented synchronous coroutines
6
+- Added tests
pubspec.yaml
@@ -1,6 +1,6 @@
name: coroutines
description: Unity-style coroutines for Dart, allowing resumable function execution.
-version: 0.0.1
+version: 0.1.0
license: MPL-2.0
homepage: https://github.com/kerberjg/dart_coroutines
0 commit comments