Skip to content

Commit

Permalink
Bump version to 0.5.0 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Slesinsky committed Sep 30, 2015
1 parent b79e04c commit cc33239
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: protobuf
version: 0.4.2
version: 0.5.0
author: Dart Team <[email protected]>
description: Runtime library for protobuf support.
homepage: https://github.com/dart-lang/dart-protobuf
Expand Down

0 comments on commit cc33239

Please sign in to comment.