From 89cb7711f3d44bfa94a239640c3bb97e61c63926 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Wed, 22 Apr 2015 18:12:50 -0700 Subject: [PATCH] Release 0.12.0-rc.0. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1107493002 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3601d835..0dde9f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.12.0-beta.11 +### 0.12.0-rc.0 * Tests, groups, and suites can now be configured on a platform-by-platform basis. Tests and groups are configured using the `onPlatform` named argument; diff --git a/pubspec.yaml b/pubspec.yaml index 3aedd585..937d6318 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 0.12.0-dev +version: 0.12.0-rc.0 author: Dart Team <misc@dartlang.org> description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/test -- GitLab