From cc3323976906831f764ff1187e0777f54d248634 Mon Sep 17 00:00:00 2001 From: Brian Slesinsky Date: Wed, 30 Sep 2015 11:04:58 -0700 Subject: [PATCH] Bump version to 0.5.0 and add release notes BUG= R=sgjesse@google.com Review URL: https://chromiumcodereview.appspot.com//1372113004. --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2541ed8b..3c9ce1b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.5.0 + * Reorganized internals to improve performance. We now store + field values in a list instead of a map. Private properties + and methods are all moved to the \_FieldSet class. There + are new entry points for generated getters, hazzers, and + setters. Improved JSON decoding performance. + * Dropped compatibility with .pb.dart files before 0.4.2 + by removing internal constants from GeneratedMessage. Also, + protoc plugins before 0.5.0 won't work. + ## 0.4.2 * Renamed FieldType to PbFieldType. diff --git a/pubspec.yaml b/pubspec.yaml index 463a86c87..bf20aff13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: protobuf -version: 0.4.2 +version: 0.5.0 author: Dart Team description: Runtime library for protobuf support. homepage: https://github.com/dart-lang/dart-protobuf