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