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

Commit 718e085

Browse files
authored
1.1.0 (#2527)
1 parent bc3617a commit 718e085

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.1.0
2+
3+
- fixed `prefer_mixin` to properly make exceptions for `dart.collection` legacy
4+
mixins
5+
- improved formatting of source examples in docs
6+
- new lint: `use_build_context_synchronously` (experimental)
7+
- new lint: `avoid_multiple_declarations_per_line`
8+
19
# 1.0.0
210

311
- full library migration to null-safety

lib/src/version.dart

+1-1
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.0.0';
6+
const String version = '1.1.0';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.0.0
2+
version: 1.1.0
33

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

0 commit comments

Comments
 (0)