Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrutskikh committed Jan 10, 2022
1 parent 0de44b7 commit fd3154c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
# Changelog

## Unreleased
## 4.9.0

* feat: add static code diagnostics `avoid-global-state`, `avoid-unrelated-type-assertions`.
* chore: migrate from deprecated api.
* fix: fixed issue with type check in prefer-match-file-name.
* fix: stabilized command usage tests.
* doc: add flutter favorite badge.
* chore: disable github_checks annotations from codecov.
* chore: activate language strict rules.
* fix: add missing severity for rules.
* feat: support extensions and static getters for `check-unused-l10n`.
* feat: improve `prefer-correct-type-name`, `prefer-match-file-name` rules.
* feat: add `delete-files` flag to `check-unused-files` command.
* feat: facelift console reporters.
* chore: restrict `analyzer` version to `>=2.4.0 <3.1.0`.
* chore: restrict `analyzer_plugin` version to `>=0.8.0 <0.10.0`.
* feat: support extensions and static getters for check-unused-l10n.
* feat: improve `prefer-correct-type-name` rule.
* feat: add `delete-files` flag to `check-unused-files` command.
* build: activate check_unused_files on CI.

## 4.8.1

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1
version: 4.9.0
environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ add it manually to `pubspec.yaml`

```yaml
dev_dependencies:
dart_code_metrics: ^4.8.1
dart_code_metrics: ^4.9.0
```
and then run
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dart_code_metrics
version: 4.8.1
version: 4.9.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
Expand Down
4 changes: 2 additions & 2 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: dart_code_metrics_plugin_loader
description: This pubspec determines the version of the analyzer plugin to load.
version: 4.8.1
version: 4.9.0

environment:
sdk: ">=2.14.0 <3.0.0"

dependencies:
dart_code_metrics: ^4.8.1
dart_code_metrics: ^4.9.0

dev_dependencies:
lints: ^1.0.1
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
sdk: '>=2.12.0 <3.0.0'

dev_dependencies:
dart_code_metrics: ^4.8.0
dart_code_metrics: ^4.9.0
```
and then run
Expand Down

0 comments on commit fd3154c

Please sign in to comment.