Declare Dart 2.0 compatability (#98)

* Widen Dart SDK constraint to support Dart 2.0 stable

* Update CHANGELOG.md
This commit is contained in:
Michael Thomsen 2018-07-12 11:28:46 +02:00 committed by GitHub
parent 9e1f296a3f
commit 72aac2adbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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'