We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa447 commit 2f1d01bCopy full SHA for 2f1d01b
.analysis_options
@@ -1,3 +1,2 @@
1
analyzer:
2
-# Not enabling this yet – need a fix in Mockito
3
-# strong-mode: true
+ strong-mode: true
CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.5.0+2
+
+* Remove an outdated work-around.
4
5
+* Make strong-mode clean.
6
7
## 0.5.0+1
8
9
* Support the latest version of `pkg/build`.
pubspec.yaml
@@ -1,5 +1,5 @@
name: source_gen
-version: 0.5.1-dev
+version: 0.5.0+2
author: Dart Team <[email protected]>
description: Automatic sourcecode generation for Dart
homepage: https://github.com/dart-lang/source_gen
0 commit comments