Skip to content

Commit

Permalink
1.0.0 (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Mar 3, 2021
1 parent d0dd5c9 commit 618e7c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.0

- full library migration to null-safety
- new lint: `use_if_null_to_convert_nulls_to_bools`
- new lint: `deprecated_consistency`
- new lint: `use_named_constants`
- deprecation of `avoid_as`

# 0.1.129

- fixed a bug where `avoid_dynamic_calls` produced false-positives for `.call()`
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// BSD-style license that can be found in the LICENSE file.

/// Package version. Synchronized w/ pubspec.yaml.
const String version = '0.1.129';
const String version = '1.0.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 0.1.129
version: 1.0.0

description: >-
The implementation of the lint rules supported by the analyzer framework.
Expand Down

0 comments on commit 618e7c6

Please sign in to comment.