Skip to content

Commit

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

- update `avoid_redundant_argument_values` to work with enum declarations
- performance improvements for `prefer_contains`
- new lint: `unreachable_from_main`
- (internal): analyzer API updates and `DartTypeUtilities` refactoring

# 1.27.0

- fix `avoid_redundant_argument_values` when referencing required
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.27.0';
const String version = '1.28.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.27.0
version: 1.28.0

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

0 comments on commit f2c5548

Please sign in to comment.