diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c75689abe..ef7051130d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.4.0 * feat: introduce `check-unused-l10n` command. * feat: add static code diagnostic `prefer-const-border-radius`. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50b4e6d908..ca0e59e879 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ To set this up: ```yaml name: dart_code_metrics_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. - version: 4.3.3 + version: 4.4.0 environment: sdk: '>=2.12.0 <3.0.0' diff --git a/README.md b/README.md index 1ba721501d..0327d2ab94 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ A plugin for the Dart `analyzer` [package](https://pub.dev/packages/analyzer) pr ```yaml dev_dependencies: - dart_code_metrics: ^4.3.3 + dart_code_metrics: ^4.4.0 ``` and then run diff --git a/pubspec.yaml b/pubspec.yaml index 3fb02bf8b3..5248307e15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_code_metrics -version: 4.3.3 +version: 4.4.0 description: Software analytics tool that helps developers analyse and improve software quality. homepage: https://dartcodemetrics.dev repository: https://github.com/dart-code-checker/dart-code-metrics diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 29ab145919..1b31316800 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -1,9 +1,9 @@ name: dart_code_metrics_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. -version: 4.3.3 +version: 4.4.0 environment: sdk: ">=2.12.0 <3.0.0" dependencies: - dart_code_metrics: ^4.3.3 + dart_code_metrics: ^4.4.0