From 576bd91dee6328ca90d997e238ac8438a790aab2 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Mon, 22 Aug 2016 14:22:29 -0700 Subject: [PATCH] bump version to 0.1.2 (#123) --- build_test/CHANGELOG.md | 5 +++++ build_test/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build_test/CHANGELOG.md b/build_test/CHANGELOG.md index de5979d76..395e3de8d 100644 --- a/build_test/CHANGELOG.md +++ b/build_test/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.2 + +- Add `logLevel` and `onLog` named args to `testPhases`. These can be used + to test your log messages, see `test/utils_test.dart` for an example. + ## 0.1.1 - Allow String or Matcher for expected output values in `testPhases`. diff --git a/build_test/pubspec.yaml b/build_test/pubspec.yaml index d88455c06..19f69c964 100644 --- a/build_test/pubspec.yaml +++ b/build_test/pubspec.yaml @@ -1,6 +1,6 @@ name: build_test description: Utilities for writing unit tests of Builders. -version: 0.1.1 +version: 0.1.2 author: Dart Team homepage: https://github.com/dart-lang/build