Skip to content

Commit ab2b33b

Browse files
committed
prep. 2.1.0
1 parent eac8879 commit ab2b33b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/flutter-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- uses: subosito/flutter-action@v1.4.0
16+
- uses: subosito/flutter-action@v1.5.3
1717
with:
1818
channel: 'stable'
1919

@@ -32,4 +32,4 @@ jobs:
3232
- name: Run tests
3333
run: flutter test --coverage --coverage-path=lcov.info
3434

35-
- uses: codecov/codecov-action@v1
35+
- uses: codecov/codecov-action@v2.1.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.1.0 - Sep 23, 2021
2+
3+
- Update `meta` to `1.7.0`.
4+
- Change sdk constraint `>=2.14.0 <3.0.0` and flutter constraint `>=2.5.0`.
5+
- Migrated from `pedantic` to `flutter_lints`.
6+
17
### 2.0.0 - Mar 1, 2021
28

39
- Stable release for null safety.

0 commit comments

Comments
 (0)