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

Commit f2c5548

Browse files
authored
1.28.0 (#3642)
1 parent b6714c5 commit f2c5548

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.28.0
2+
3+
- update `avoid_redundant_argument_values` to work with enum declarations
4+
- performance improvements for `prefer_contains`
5+
- new lint: `unreachable_from_main`
6+
- (internal): analyzer API updates and `DartTypeUtilities` refactoring
7+
18
# 1.27.0
29

310
- fix `avoid_redundant_argument_values` when referencing required

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.27.0';
6+
const String version = '1.28.0';

pubspec.yaml

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

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

0 commit comments

Comments
 (0)