Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 1ddc709

Browse files
authored
1.25.0 (#3445)
1 parent 1c5e78f commit 1ddc709

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.25.0
2+
3+
- new lint: `discarded_futures`
4+
- improved message and highlight range for
5+
`no_duplicate_case_values`
6+
- performance improvements for `lines_longer_than_80_chars`,
7+
`prefer_const_constructors_in_immutables`, and
8+
`prefer_initializing_formals`
9+
110
# 1.24.0
211

312
- fix `prefer_final_parameters` to support super parameters

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.24.0';
6+
const String version = '1.25.0';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.24.0
2+
version: 1.25.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)