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 Sep 13, 2021
1 parent c80810d commit 123ccef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## Unreleased
## 4.3.0

* Add support for global rules-exclude.
* Add `Halstead Volume` metric.
* Add ability to configure anti-pattern severity.
* Add `--fatal-warnings`, `--fatal-performance`, `--fatal-style` cli arguments.
* Deprecated GitHub reporter.

## 4.3.0-dev.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.3.0-dev.1
version: 4.3.0
environment:
sdk: '>=2.12.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 @@ -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.0-dev.1
dart_code_metrics: ^4.3.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.3.0-dev.1
version: 4.3.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,9 +1,9 @@
name: dart_code_metrics_plugin_loader
description: This pubspec determines the version of the analyzer plugin to load.
version: 4.3.0-dev.1
version: 4.3.0

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
dart_code_metrics: ^4.3.0-dev.1
dart_code_metrics: ^4.3.0

0 comments on commit 123ccef

Please sign in to comment.