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

Commit 72c2897

Browse files
authored
1.16.0 (#3098)
* 1.16.0 * wordsmith * 1.16.0
1 parent e7b1dc2 commit 72c2897

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# 1.16.0
22

3+
- doc improvements for `prefer_initializing_formals`
4+
- updates to `secure_pubspec_urls` to check `issue_tracker` and
5+
`repository` entries
36
- new lint: `conditional_uri_does_not_exist`
7+
- performance improvements for
8+
`missing_whitespace_between_adjacent_strings`
49

510
# 1.15.0
611

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.15.0';
6+
const String version = '1.16.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.15.0
2+
version: 1.16.0
33

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

0 commit comments

Comments
 (0)