Skip to content

Commit 07c9512

Browse files
committed
Bumped version to 0.1.0
1 parent e7fb17b commit 07c9512

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/dart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ on:
1111
- './*.yaml'
1212
- .github/workflows/dart.yaml
1313
- .github/actions/flutter-setup/**
14-
releases:
14+
release:
1515
types: [published]
16-
branches:
17-
- 'release/**'
1816

1917

2018
jobs:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
## 0.1.0
3+
4+
- Initial release
5+
- Implemented synchronous coroutines
6+
- Added tests

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.0.1
3+
version: 0.1.0
44

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

0 commit comments

Comments
 (0)