From b729320204997ad18209cb086ad58ab41fa6c607 Mon Sep 17 00:00:00 2001 From: Illia Aihistov Date: Tue, 1 Sep 2026 20:27:45 +0300 Subject: [PATCH] release: bump version to 1.0.0 and include rule enhancements and documentation updates --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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]