From 647a9c3bba0abd3e29dd4a25588e7d4926e41a66 Mon Sep 17 00:00:00 2001
From: Natalie Weizenbaum <nex342@gmail.com>
Date: Fri, 31 Jul 2015 12:41:47 -0700
Subject: [PATCH] Widen the analyzer constraint to include 0.26.0.

Closes #306
---
 CHANGELOG.md | 6 +++++-
 pubspec.yaml | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9d46b0e..a41720e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## 0.12.4
+## 0.12.3+9
+
+* Widen the constraint on `analyzer` to include `0.26.0`.
+
+## 0.12.3+8
 
 * Fix an uncaught error that could crop up when killing the test runner process
   at the wrong time.
diff --git a/pubspec.yaml b/pubspec.yaml
index 55f3dfc9..17818265 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
 name: test
-version: 0.12.3+8
+version: 0.12.3+9
 author: Dart Team <misc@dartlang.org>
 description: A library for writing dart unit tests.
 homepage: https://github.com/dart-lang/test
 environment:
   sdk: '>=1.9.0 <2.0.0'
 dependencies:
-  analyzer: '>=0.23.0 <=0.26.0-alpha.0'
+  analyzer: '>=0.23.0 <0.27.0'
   args: '>=0.12.1 <0.14.0'
   async: '^1.2.0'
   barback: '>=0.14.0 <0.16.0'
-- 
GitLab