Prepare for a 0.1.0 release

R=het@google.com

Review URL: https://codereview.chromium.org//1403613006 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac28635..cbd680e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 # Changelog
 
-## 0.1.0-dev
+## 0.1.0
+- Added `ProgramInfo.entrypoint`.
 - Added experimental information about calls in function bodies. This will
   likely change again in the near future.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 367a638..608de1a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dart2js_info
-version: 0.1.0-dev
+version: 0.1.0
 description: >
   Libraries and tools to process data produced when running dart2js with
   --dump-info.