From bf1f3b79a62f24fd1a1cf0f40177c1aefbc415bd Mon Sep 17 00:00:00 2001 From: Kevin Moore <kevmoo@google.com> Date: Wed, 3 May 2017 15:37:10 -0700 Subject: [PATCH] prepare for release --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b68ca0f..60c8ddd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.12.20+12 + +* Now support `v0.30.0` of `pkg/analyzer` + +* The test executable now does a "hard exit" when complete to ensure lingering + isolates or async code don't block completion. This may affect users trying + to use the Dart service protocol or observatory. + ## 0.12.20+11 * Refactor bootstrapping to simplify the test/pub_serve transformer. diff --git a/pubspec.yaml b/pubspec.yaml index c0aa5329..ab983380 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 0.12.20+11 +version: 0.12.20+12 author: Dart Team <misc@dartlang.org> description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/test -- GitLab