Skip to content

Commit

Permalink
1.25.0 (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Jun 7, 2022
1 parent 1c5e78f commit 1ddc709
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.25.0

- new lint: `discarded_futures`
- improved message and highlight range for
`no_duplicate_case_values`
- performance improvements for `lines_longer_than_80_chars`,
`prefer_const_constructors_in_immutables`, and
`prefer_initializing_formals`

# 1.24.0

- fix `prefer_final_parameters` to support super parameters
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.24.0';
const String version = '1.25.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.24.0
version: 1.25.0

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

0 comments on commit 1ddc709

Please sign in to comment.