From ebf3b19dfc2da61ec104fde1290f53d807c205fb Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 28 Oct 2016 16:25:40 +0200 Subject: [PATCH] prepare for release (#134) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c067d74c..dbeb382f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.1+3 + +- With the default logger, print exceptions with a terse stack trace. +- Provide a better error when an inputSet package cannot be found. +- Fix `dev_dependencies` so tests run. + ## 0.4.1+2 - Stop using removed argument `useSharedSources` when constructing Resolvers - Support code_transformers 0.5.x diff --git a/pubspec.yaml b/pubspec.yaml index 287727a3a..610ff285a 100644 --- a/pubspec.yaml +++ b/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 homepage: https://github.com/dart-lang/build