Prepare 0.5.0 release (#94)

* Prepare 0.5.0 release
This commit is contained in:
Michael Thomsen 2018-07-10 14:45:22 +02:00 committed by GitHub
parent 847a3625e1
commit ee1b0f9141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
## 0.5.0 - 2018-06-29
## 0.5.0 - 2018-07-10
* Implemented interceptors.
* Breaking change: The package now exclusively supports Dart 2.
* Fixed tests to pass in Dart 2.
* Added support for Interceptors ([issue #79](https://github.com/grpc/grpc-dart/issues/79)); thanks to [@mogol](https://github.com/mogol) for contributing!
## 0.4.1 - 2018-04-04

View File

@ -17,7 +17,7 @@ please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
# Notes
This library requires Dart SDK version 1.24.3 or later.
This library requires Dart SDK version 2.0 or later.
It currently supports the the [Flutter](https://flutter.io/) and
[VM/Server](https://www.dartlang.org/dart-vm) platforms. The potential