diff --git a/CHANGELOG.md b/CHANGELOG.md index 2711f574..870107b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.0.0 + +- Enhanced `prefer_early_return` rule to support loops and added `max_depth` + configuration parameter. +- Improved `avoid_duplicate_code` rule accuracy and resolved false positives. +- Added `ignored_types` configuration parameter support to + `avoid_returning_widgets` rule. +- Added documentation for recommended third-party packages. + ## 1.0.0-dev.2 - Upgraded minimum Dart SDK constraint to `>=3.12.0`. diff --git a/pubspec.yaml b/pubspec.yaml index 0f7c585d..5a016948 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.2 +version: 1.0.0 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer]