Skip to content

Commit

Permalink
Prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Feb 27, 2023
1 parent 414acd2 commit 7ab61e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.0

Requires Dart `sdk: '>=3.0.0-0'`

- Remove `implicit-casts: false`
- Enable `strict-casts: true`

## 2.0.1
- Update changelog

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint
version: 2.0.1
version: 2.1.0
description: An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
repository: https://github.com/passsy/dart-lint
issue_tracker: https://github.com/passsy/dart-lint/issues
Expand Down

0 comments on commit 7ab61e6

Please sign in to comment.