From fe7621745ed15a997a53eee774409d493c0f3017 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 28 Aug 2023 21:12:20 +0200 Subject: [PATCH] Update to test against Dart 3.1 Signed-off-by: Leandro Lucarella --- .github/workflows/check-dart.yml | 2 +- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dart.yml b/.github/workflows/check-dart.yml index a8c8b47..9a66504 100644 --- a/.github/workflows/check-dart.yml +++ b/.github/workflows/check-dart.yml @@ -9,7 +9,7 @@ env: # Current supported major major: 3 # Latest minor that we are explicitly supporting - latest_minor: 0 + latest_minor: 1 jobs: check-dart-version: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336eab2..e2d72ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - dart_version: ["3.0"] + dart_version: ["3.0", "3.0"] runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc1bd..54436eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.0+1 + +- Update and test against Dart 3.1. + +[More details available in +GitHub](https://github.com/llucax/pausable_timer/milestone/14?closed=1). + ## 2.0.0 - Update and test against Dart 3.0. diff --git a/pubspec.yaml b/pubspec.yaml index 54a3362..2957181 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/llucax/pausable_timer funding: - https://github.com/llucax/llucax/blob/main/sponsoring-platforms.md -version: 2.0.0 +version: 2.0.0+1 environment: sdk: ">=3.0.0 <4.0.0"