diff --git a/CHANGELOG.md b/CHANGELOG.md index c62fbd6..ad6aff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.8 + +- Support `analyzer` v13. + ## 0.0.7 - Add a global and per-rule `severity` field to change the severity level of diff --git a/pubspec.yaml b/pubspec.yaml index 74e0c29..4ca65b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: import_rules description: | A lint plugin for the Dart analyzer that enforces custom import rules in your projects, enabling everything from simple allow/disallow lists to complex module dependency constraints. -version: 0.0.7 +version: 0.0.8 repository: https://github.com/fujidaiti/import_rules.git environment: @@ -10,7 +10,7 @@ environment: dependencies: analysis_server_plugin: ^0.3.3 - analyzer: ">=9.0.0 <13.0.0" + analyzer: ">=9.0.0 <14.0.0" glob: ^2.1.3 path: ^1.9.1 yaml: ^3.1.3