diff --git a/CHANGELOG.md b/CHANGELOG.md index 5605e89..d3d12e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 0.2.0 + +* Added new rule avoid_if_with_enum in order to enforce using exhaustive cases on enum + ## 0.1.2 * Exclude assertions from analysis diff --git a/pubspec.yaml b/pubspec.yaml index f21b3f3..d7b2568 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_sane_lints description: A custom lint for flutter projects to avoid ad-hoc string literals. -version: 0.1.2 +version: 0.2.0 repository: https://github.com/gbassisp/extra_lints environment: