Skip to content

Commit

Permalink
Merge pull request flutter#111 from dart-lang/mit-mit-patch-1
Browse files Browse the repository at this point in the history
Declare Dart 2.0 compatibility
  • Loading branch information
mit-mit authored Jul 13, 2018
2 parents e30b170 + c5bcb5f commit 83bcbab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.0+1 - 2018-07-13

* Dart SDK upper constraint raised to declare compatability with Dart 2.0 stable.

## 0.8.0 - 2018-05-17

* Breaking change: Generated RpcClient stubs use the generic invoke method.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: protoc_plugin
version: 0.8.0
version: 0.8.0+1
author: Dart Team <misc@dartlang.org>
description: Protoc compiler plugin to generate Dart code
homepage: https://github.com/dart-lang/dart-protoc-plugin
environment:
sdk: '>=1.21.0 <2.0.0'
sdk: '>=1.21.0 <3.0.0'
dependencies:
fixnum: ^0.10.5
path: ^1.0.0
Expand Down

0 comments on commit 83bcbab

Please sign in to comment.