Prepare for v0.1.0 release
diff --git a/pkgs/pubspec_parse/CHANGELOG.md b/pkgs/pubspec_parse/CHANGELOG.md
index 39d5143..951a5a3 100644
--- a/pkgs/pubspec_parse/CHANGELOG.md
+++ b/pkgs/pubspec_parse/CHANGELOG.md
@@ -1,4 +1,3 @@
 ## 0.1.0
 
-- Initial release including the `Pubspec` class and a top-level `parsePubspec`
-  function.
+- Initial release.
diff --git a/pkgs/pubspec_parse/README.md b/pkgs/pubspec_parse/README.md
index b355cef..a95459c 100644
--- a/pkgs/pubspec_parse/README.md
+++ b/pkgs/pubspec_parse/README.md
@@ -1,3 +1,11 @@
+[![Build Status](https://travis-ci.org/dart-lang/pubspec_parse.svg?branch=master)](https://travis-ci.org/dart-lang/pubspec_parse)
+
+Supports parsing `pubspec.yaml` files with robust error reporting and support
+for most of the documented features.
+
+Read more about the
+[pubspec format](https://www.dartlang.org/tools/pub/pubspec).
+
 ## Features and bugs
 
 Please file feature requests and bugs at the [issue tracker].
diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml
index 2606817..e8942bf 100644
--- a/pkgs/pubspec_parse/pubspec.yaml
+++ b/pkgs/pubspec_parse/pubspec.yaml
@@ -2,7 +2,7 @@
 description: >-
   Simple package for parsing pubspec.yaml files with a type-safe API and rich
   error reporting.
-version: 0.1.0-dev
+version: 0.1.0
 homepage: https://github.com/dart-lang/pubspec_parse
 author: Dart Team <misc@dartlang.org>