Support test 1.x.x
diff --git a/.gitignore b/.gitignore
index 25a1df3..0659a33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
 .buildlog
 .DS_Store
 .idea
-.pub/
 .settings/
 build/
 packages
 .packages
 pubspec.lock
+.dart_tool/
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02a58d9..81c5461 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.4
+
+* Support test `1.x.x'.
+
 ## 1.0.3
 
 * Stop using comment-based generics.
diff --git a/pubspec.yaml b/pubspec.yaml
index b86ec35..c304171 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_descriptor
-version: 1.0.3
+version: 1.0.4
 description: An API for defining and verifying directory structures.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/test_descriptor
@@ -13,5 +13,5 @@
   matcher: '^0.12.0'
   path: '^1.0.0'
   stack_trace: '^1.0.0'
-  test: '^0.12.19'
+  test: '>=0.12.19 <2.0.0'
   term_glyph: '^1.0.0'