Skip to content

Commit cb03e89

Browse files
authored
1 parent f8b1ae6 commit cb03e89

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.30.0
2+
3+
- new lint: `enable_null_safety`
4+
- new lint: `library_annotations`
5+
- miscellaneous documentation improvements
6+
17
# 1.29.0
28

39
- new lint: `dangling_library_doc_comments`
@@ -38,7 +44,6 @@
3844
- `prefer_const_constructors`
3945
- new lint: `implicit_call_tearoffs`
4046
- new lint: `unnecessary_library_directive`
41-
- new lint: `enable_null_safety`
4247

4348
# 1.28.0
4449

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.29.0';
6+
const String version = '1.30.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.29.0
2+
version: 1.30.0
33

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

0 commit comments

Comments
 (0)