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 467ee91 commit 2b46620Copy full SHA for 2b46620
build_runner/CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## 2.4.3-wip
+## 2.4.3
2
+
3
+- Make the `doctor` command visible.
4
5
## 2.4.2
6
build_runner/lib/src/entrypoint/doctor.dart
@@ -21,9 +21,6 @@ class DoctorCommand extends BuildRunnerCommand {
21
@override
22
String get name => 'doctor';
23
24
- @override
25
- bool get hidden => true;
26
-
27
28
String get description => 'Check for misconfiguration of the build.';
29
build_runner/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner
-version: 2.4.3-wip
+version: 2.4.3
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner
0 commit comments