Skip to content

Commit

Permalink
Graduate protobuf to 1.0 (google#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Sep 30, 2019
1 parent 53e966c commit 03fa404
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

* 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 `_`.
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: 0.14.4
version: 1.0.0
author: Dart Team <[email protected]>
description: >
Runtime library for protocol buffers support.
Expand Down
3 changes: 3 additions & 0 deletions protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 19.0.0+1
* Updated protobuf dependency to '>=0.14.4 <2.0.0' to allow 1.0.0.

## 19.0.0
* Breaking: Generates code that requires at least `protobuf` 0.14.4.
If protoc_plugin is installed in your path with `pub global activate` you can upgrade with `pub global activate protoc_plugin 19.0.0`
Expand Down
4 changes: 2 additions & 2 deletions protoc_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: protoc_plugin
version: 19.0.0
version: 19.0.0+1
author: Dart Team <[email protected]>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/protobuf
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
fixnum: ^0.10.9
path: ^1.0.0
protobuf: ^0.14.4
protobuf: '>=0.14.4 <2.0.0'
dart_style: ^1.0.6

dev_dependencies:
Expand Down

0 comments on commit 03fa404

Please sign in to comment.