From 49b006713e3a4ef87c7d931ce3dcaf990f335b56 Mon Sep 17 00:00:00 2001 From: Brian Slesinsky Date: Tue, 12 Jul 2016 14:58:39 -0700 Subject: [PATCH] bump version to 0.5.3 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cda2a9d6..5adedc277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## upcoming +## 0.5.3 * fix zigzag function so all coded buffer reader tests work on dart2js. diff --git a/pubspec.yaml b/pubspec.yaml index 0a13f216c..d67c6053c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: protobuf -version: 0.5.2 +version: 0.5.3 author: Dart Team description: Runtime library for protobuf support. homepage: https://github.com/dart-lang/dart-protobuf