Skip to content

Commit

Permalink
Merge protobuf versions 1.0.1 and 1.0.2 into 1.0.1 (google#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Nov 8, 2019
1 parent 4f736d1 commit b3fe12b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## 1.0.2

* Fix issue with `ExtensionRegistry.reparseMessage` not handling map fields with
scalar value types correctly.
## 1.0.1

* Fix issue with `ExtensionRegistry.reparseMessage` not handling map fields with
scalar value types correctly.
* Fix issue with the non-json name of a field (`protoName`) not being set correctly.
* Fix: Allow decoding tagnumbers of unknown fields of up to 29 bits.

Expand All @@ -12,6 +10,7 @@ scalar value types correctly.
* Graduate package to 1.0. No functional changes.

## 0.14.4

* Add `permissiveEnums` option to `mergeFromProto3Json`.
It will do a case-insensitive matching of enum values ignoring `-` and `_`.
* Add support for 'ensureX' methods generated by `protoc_plugin` 19.0.0.
Expand Down
2 changes: 1 addition & 1 deletion protobuf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: protobuf
version: 1.0.2
version: 1.0.1
author: Dart Team <[email protected]>
description: >
Runtime library for protocol buffers support.
Expand Down
2 changes: 1 addition & 1 deletion protoc_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
fixnum: ^0.10.9
path: ^1.0.0
protobuf: '>=1.0.2 <2.0.0'
protobuf: '>=1.0.1 <2.0.0'
dart_style: ^1.0.6

dev_dependencies:
Expand Down

0 comments on commit b3fe12b

Please sign in to comment.