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

Commit 6567361

Browse files
committed
0.1.107
1 parent e55f301 commit 6567361

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.107
2+
3+
* miscellaneous doc cleanup (typos, etc)
4+
* new lint: `avoid_redundant_argument_values`
5+
* updated `slash_for_doc_comments` to check mixin declarations
6+
* (internal) updates to use new `LinterContext.evaluateConstant` API
7+
* improved docs for `always_require_non_null_named_parameters`
8+
19
# 0.1.106
210

311
* improved docs for `comment_references`

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 = '0.1.106';
6+
const String version = '0.1.107';

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: 0.1.106
2+
version: 0.1.107
33

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

0 commit comments

Comments
 (0)