diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad3fe9a..017f9e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.0-dev.2 + +- Resolved false positives in `avoid_returning_widgets` rule. +- Resolved false positives on constructors in `number_of_parameters` rule. +- Improved `member_ordering` configuration. +- Improved `avoid_duplicate_code` rule and parameter documentation. + ## 1.0.0-dev.1 - feat!: migrate to analyzer_server_plugin diff --git a/pubspec.yaml b/pubspec.yaml index 527de5a2..c220efac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: solid_lints description: Lints for Dart and Flutter based on software industry standards and best practices. -version: 1.0.0-dev.1 +version: 1.0.0-dev.2 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer]