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

Commit 508b7f8

Browse files
authored
1.17.0 (#3110)
1 parent 6e288d8 commit 508b7f8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# <next>
1+
# 1.17.0
22

3+
- new lint: `unnecessary_late`
34
- fix to `no_leading_underscores_for_local_identifiers` to allow
45
underscores in catch clauses
56

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
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.16.0';
6+
const String version = '1.17.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.16.0
2+
version: 1.17.0
33

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

0 commit comments

Comments
 (0)