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

Commit 618e7c6

Browse files
authored
1.0.0 (#2487)
1 parent d0dd5c9 commit 618e7c6

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.0.0
2+
3+
- full library migration to null-safety
4+
- new lint: `use_if_null_to_convert_nulls_to_bools`
5+
- new lint: `deprecated_consistency`
6+
- new lint: `use_named_constants`
7+
- deprecation of `avoid_as`
8+
19
# 0.1.129
210

311
- fixed a bug where `avoid_dynamic_calls` produced false-positives for `.call()`

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

pubspec.yaml

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

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

0 commit comments

Comments
 (0)