diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..b83a394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.0.0-0 + +First version of `strict`. + +Contains all rules up to version `0.1.127` of `dart-lang/linter`, with pending TODOs (non-critical) in the `analysis_options.yaml`. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f7422ba..dce46db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: strict -version: 1.0.0 +version: 1.0.0-0 description: A heavily opinionated analysis_options for Dart/Flutter projects with strict - but justified - lint rules -author: Olympus repository: https://github.com/olmps/strict issue_tracker: https://github.com/olmps/strict/issues