From 72c28971d4486fb58de0cb958af192daa457c06a Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Wed, 8 Dec 2021 15:05:22 -0800 Subject: [PATCH] 1.16.0 (#3098) * 1.16.0 * wordsmith * 1.16.0 --- CHANGELOG.md | 5 +++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bb8d3a3..641ad2041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # 1.16.0 +- doc improvements for `prefer_initializing_formals` +- updates to `secure_pubspec_urls` to check `issue_tracker` and + `repository` entries - new lint: `conditional_uri_does_not_exist` +- performance improvements for + `missing_whitespace_between_adjacent_strings` # 1.15.0 diff --git a/lib/src/version.dart b/lib/src/version.dart index 107f62d0c..809835c88 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -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.15.0'; +const String version = '1.16.0'; diff --git a/pubspec.yaml b/pubspec.yaml index f4a829d2a..7780f5821 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 1.15.0 +version: 1.16.0 description: >- The implementation of the lint rules supported by the analyzer framework.