From 15120abd9a6ad5be03fda8890605b9e872cd43cc Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Thu, 5 Feb 2015 17:07:22 -0800 Subject: [PATCH] Update CHANGELOG and pubspec. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b16e67..fbe48c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##0.11.5+2 + +* Properly detect when tests are finished being run on content shell. + ##0.11.5+1 * Internal code cleanups and documentation improvements. diff --git a/pubspec.yaml b/pubspec.yaml index 29bdde06..be4e9237 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: unittest -version: 0.11.5+1 +version: 0.11.5+2 author: Dart Team <misc@dartlang.org> description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/unittest -- GitLab