Prepare release 0.4.0 (#65)

This commit is contained in:
Jakob Andersen 2018-03-19 11:32:05 +01:00 committed by GitHub
parent 00bab79945
commit db484e154e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/

View File

@ -1,3 +1,9 @@
## 0.4.0 - 2018-03-16
* Moved TLS credentials for server into a separate class.
* Added support for specifying the address for the server, and support for
serving on an ephemeral port.
## 0.3.1 - 2018-02-27
* Split out TLS credentials to a separate class.

View File

@ -1,6 +1,6 @@
name: grpc
description: Dart implementation of gRPC.
version: 0.3.1
version: 0.4.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart