Skip to content

Commit b55b91a

Browse files
committed
version bump
1 parent 5d7fb5e commit b55b91a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extra_pedantic/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0 (2023-07-01)
2+
- removed deprecated analyses
3+
- updated to linter 1.30.0 & Dart 2.19.0
4+
15
## 3.0.0 (2022-07-31)
26
- disabled invariant_booleans (too many false positives)
37
- enabled strict casts checks.

extra_pedantic/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: extra_pedantic
22
description: Stricter Dart analyzer linter settings and best practices.
3-
version: 3.0.0
3+
version: 4.0.0
44
homepage: https://github.com/modulovalue/extra_pedantic
55
repository: https://github.com/modulovalue/extra_pedantic
66
issue_tracker: https://github.com/modulovalue/extra_pedantic/issues

0 commit comments

Comments
 (0)