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

Commit 8bce8b8

Browse files
authored
1.30.0 (#3829)
1 parent 0c8ba72 commit 8bce8b8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
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

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

pubspec.yaml

+1-1
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)