Skip to content

Commit 576bd91

Browse files
authored
bump version to 0.1.2 (#123)
1 parent 02a2abf commit 576bd91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build_test/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.2
2+
3+
- Add `logLevel` and `onLog` named args to `testPhases`. These can be used
4+
to test your log messages, see `test/utils_test.dart` for an example.
5+
16
## 0.1.1
27

38
- Allow String or Matcher for expected output values in `testPhases`.

build_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_test
22
description: Utilities for writing unit tests of Builders.
3-
version: 0.1.1
3+
version: 0.1.2
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build
66

0 commit comments

Comments
 (0)