Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
Support test 0.12.15.
Browse files Browse the repository at this point in the history
This version includes new API surface area, so I'm bumping
scheduled_test's minor version number as well.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//2126803003 .
  • Loading branch information
nex3 committed Jul 6, 2016
1 parent cadef32 commit aeaf18b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.12.6

* Support `test` version `0.12.15`.

## 0.12.5+6

* Declare compatibility with `test` version `0.12.14`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,5 +1,5 @@
name: scheduled_test
version: 0.12.5+6
version: 0.12.6
author: Dart Team <misc@dartlang.org>
description: >
A package for writing readable tests of asynchronous behavior.
Expand All @@ -23,7 +23,7 @@ dependencies:
# Because scheduled_test exports test, it needs to keep its version constraint
# tight to ensure that a constraint on scheduled_test properly constraints all
# features it provides.
test: '>=0.12.7 <0.12.15'
test: '>=0.12.15 <0.12.16'
dev_dependencies:
metatest: "^0.2.1"
shelf_web_socket: "^0.2.0"

0 comments on commit aeaf18b

Please sign in to comment.