Skip to content

Commit

Permalink
1.30.0 (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Nov 9, 2022
1 parent 0c8ba72 commit 8bce8b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.30.0

- new lint: `enable_null_safety`
- new lint: `library_annotations`
- miscellaneous documentation improvements

# 1.29.0

- new lint: `dangling_library_doc_comments`
Expand Down Expand Up @@ -38,7 +44,6 @@
- `prefer_const_constructors`
- new lint: `implicit_call_tearoffs`
- new lint: `unnecessary_library_directive`
- new lint: `enable_null_safety`

# 1.28.0

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0';
const String version = '1.30.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 1.29.0
version: 1.30.0

description: >-
The implementation of the lint rules supported by the analyzer framework.
Expand Down

0 comments on commit 8bce8b8

Please sign in to comment.