Skip to content

Commit 883da8c

Browse files
Merge e3c971c into master
2 parents 802ca76 + e3c971c commit 883da8c

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ jobs:
3535

3636
analyze:
3737
runs-on: ubuntu-latest
38-
container:
39-
image: google/dart:latest
4038
steps:
4139
- uses: actions/checkout@v2
42-
#- uses: dart-lang/setup-dart@v1
40+
- uses: dart-lang/setup-dart@v1
4341
- name: Install dependencies
4442
run: dart pub get
4543
- name: Analyze
@@ -89,11 +87,9 @@ jobs:
8987
to-pubdev:
9088
needs: to-master
9189
runs-on: ubuntu-latest
92-
container:
93-
image: google/dart:latest
9490
steps:
9591
- uses: actions/checkout@v2
96-
92+
- uses: dart-lang/setup-dart@v1
9793
- name: Install dependencies
9894
run: dart pub get
9995
- name: Format

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 0.2.3-alpha
1+
# 0.3.0
22

33
- Added TimeScheduler
44

5-
# 0.1.0+1-alpha
5+
# 0.1.0
66

77
- Initial release

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: schedulers
22
description: Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.
33
repository: https://github.com/rtmigo/schedulers
44

5-
version: 0.2.3-alpha
5+
version: 0.3.0
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)