Skip to content

Commit

Permalink
1.13.0 (#3021)
Browse files Browse the repository at this point in the history
* 1.13.0

* 1.13.0

* + while(true) fix
  • Loading branch information
pq committed Oct 12, 2021
1 parent 192e804 commit 5ee6393
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.13.0

- allow `while (true) { ...}` in `literal_only_boolean_expressions`
- fixed `file_names` to report at the start of the file (not the entire
compilation unit)
- fixed `prefer_collection_literals` named typed param false positive
- control flow improvements for `use_build_context_synchronously`

# 1.12.0

- fixed `unnecessary_lambdas` false positive for const constructor invocations
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.12.0';
const String version = '1.13.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.12.0
version: 1.13.0

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

0 comments on commit 5ee6393

Please sign in to comment.