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

Commit

Permalink
1.3.0 (#2581)
Browse files Browse the repository at this point in the history
* 1.3.0

* fix
  • Loading branch information
pq authored Apr 13, 2021
1 parent 0c44862 commit dda93df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.3.0

- `non_constant_identifier_names` updated to check local variables, for-loop
initializers and catch clauses
- error range of `lines_longer_than_80_chars` updated to start at 80 to make
splitting easier
- new lint: `require_trailing_commas`
- new lint: `prefer_null_aware_method_calls`

# 1.2.1

- fix: adjusted SDK lower bound to 2.12.0-0 (from 2.13.0-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.2.1';
const String version = '1.3.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.2.1
version: 1.3.0

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

0 comments on commit dda93df

Please sign in to comment.