Skip to content

Commit

Permalink
Prepare release 0.4.0 (grpc#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobr-google committed Mar 19, 2018
1 parent 00bab79 commit db484e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grpc
description: Dart implementation of gRPC.
version: 0.3.1
version: 0.4.0
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/grpc-dart

Expand Down

0 comments on commit db484e1

Please sign in to comment.