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 9118564..7788e3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.3
+
+* Support test `1.x.x`.
+
 ## 1.0.2
 
 * Update SDK version to 2.0.0-dev.17.0
diff --git a/pubspec.yaml b/pubspec.yaml
index 212a478..648a91a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -11,7 +11,7 @@
   async: ">=1.12.0 <3.0.0"
   meta: ">=0.9.0 <2.0.0"
   path: "^1.0.0"
-  test: "^0.12.19"
+  test: ">=0.12.19 <2.0.0"
 
 dev_dependencies:
   test_descriptor: "^1.0.0"