Skip to content

Commit bf1f3b7

Browse files
committed
prepare for release
1 parent 8f7d37c commit bf1f3b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.12.20+12
2+
3+
* Now support `v0.30.0` of `pkg/analyzer`
4+
5+
* The test executable now does a "hard exit" when complete to ensure lingering
6+
isolates or async code don't block completion. This may affect users trying
7+
to use the Dart service protocol or observatory.
8+
19
## 0.12.20+11
210

311
* Refactor bootstrapping to simplify the test/pub_serve transformer.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 0.12.20+11
2+
version: 0.12.20+12
33
author: Dart Team <[email protected]>
44
description: A library for writing dart unit tests.
55
homepage: https://github.com/dart-lang/test

0 commit comments

Comments
 (0)