Skip to content

Commit

Permalink
v 0.0.15 - Dart 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Jul 20, 2023
1 parent f1ec97d commit 19a5b99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.17

- Lock DCM version as they switch to proprietary license.

## 0.0.16

- Update `dart_code_metrics` dependency to 5.7.3
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: solid_lints
description:
Lints for Dart and Flutter based on software industry standards and best
practices.
version: 0.0.16
version: 0.0.17
homepage: https://github.com/solid-software/solid_lints/

environment:
sdk: '>=2.14.4 <4.0.0'

dependencies:
dart_code_metrics: ^5.7.3
# 5.7.6 has proprietary license so we will not use it
dart_code_metrics: '>=5.7.3 <=5.7.5'

0 comments on commit 19a5b99

Please sign in to comment.