Skip to content

Commit

Permalink
1.6.0 (#2711)
Browse files Browse the repository at this point in the history
* 1.6.0

* wordsmith
  • Loading branch information
pq authored Jun 14, 2021
1 parent 43a1ca7 commit 58b9a2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.6.0

- relaxed `non_constant_identifier_names` to allow for a trailing
underscore
- fixed false negative in `prefer_final_parameters` where first parameter
is final
- improved `directives_ordering` sorting of directives with dot paths and
dot-separated package names
- relaxed `sort_child_properties_last` to allow for a trailing Widget in
instance creations

# 1.5.0

- (internal) migrated to `SecurityLintCode` instead of deprecated
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 = '1.5.0';
const String version = '1.6.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: 1.5.0
version: 1.6.0

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

0 comments on commit 58b9a2f

Please sign in to comment.