mirror of https://github.com/grpc/grpc-dart.git
Declare Dart 2.0 compatability (#98)
* Widen Dart SDK constraint to support Dart 2.0 stable * Update CHANGELOG.md
This commit is contained in:
parent
9e1f296a3f
commit
72aac2adbe
|
@ -1,3 +1,7 @@
|
|||
## 0.6.0 - 2018-07-12
|
||||
|
||||
* Dart SDK upper constraint raised to declare compatability with Dart 2.0 stable.
|
||||
|
||||
## 0.5.0 - 2018-07-10
|
||||
|
||||
* Breaking change: The package now exclusively supports Dart 2.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
name: grpc
|
||||
description: Dart implementation of gRPC.
|
||||
version: 0.5.0
|
||||
version: 0.6.0
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
sdk: '>=2.0.0-dev.58.0 <2.0.0'
|
||||
sdk: '>=2.0.0-dev.58.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
async: '>=1.13.3 <3.0.0'
|
||||
|
|
Loading…
Reference in New Issue