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 04d6d35 commit ebf3b19Copy full SHA for ebf3b19
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.4.1+3
2
+
3
+- With the default logger, print exceptions with a terse stack trace.
4
+- Provide a better error when an inputSet package cannot be found.
5
+- Fix `dev_dependencies` so tests run.
6
7
## 0.4.1+2
8
- Stop using removed argument `useSharedSources` when constructing Resolvers
9
- Support code_transformers 0.5.x
pubspec.yaml
@@ -1,5 +1,5 @@
name: build
-version: 0.4.2-dev
+version: 0.4.1+3
description: A build system for Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build
0 commit comments