Skip to content

Commit

Permalink
bump version to 0.1.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Aug 22, 2016
1 parent 02a2abf commit 576bd91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <misc@dartlang.org>
homepage: https://github.com/dart-lang/build

Expand Down

0 comments on commit 576bd91

Please sign in to comment.