Bump version to 0.5.0 and add release notes

BUG=
R=sgjesse@google.com

Review URL: https://chromiumcodereview.appspot.com//1372113004.
2 files changed
tree: beb644200238644f2308d4812390014da56d2c36
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. .test_config
  6. AUTHORS
  7. CHANGELOG.md
  8. codereview.settings
  9. CONTRIBUTING.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. README.md
README.md

Provides runtime support for a Dart implementation of protobufs.

Typically one do not need to import this library–only libraries generated by the protoc plugin import this library directly.

If your library or application uses generated protobuf libraries, add this library as a dependency.

References