diff --git a/CHANGELOG.md b/CHANGELOG.md index 581a040d..1708c6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ dart_dev, like the compiled version of the run script. for better startup performance on subsequent runs. This compilation step will be cached until `tool/dart_dev/config.dart`, the installed packages, or the current Dart SDK is changed. +- Updated dependencies to allow analyzer 6, lints 4 +- Require Dart SDK minimum of 2.19 ## 4.1.1 diff --git a/pubspec.yaml b/pubspec.yaml index 80dcb108..0b0906bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_dev -version: 4.1.1 +version: 4.2.0 description: > Centralized tooling for Dart projects. Consistent interface across projects.