Skip to content

Commit db484e1

Browse files
Prepare release 0.4.0 (#65)
1 parent 00bab79 commit db484e1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Files and directories created by pub
2+
.dart_tool/
23
.packages
34
.pub/
45
build/

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0 - 2018-03-16
2+
3+
* Moved TLS credentials for server into a separate class.
4+
* Added support for specifying the address for the server, and support for
5+
serving on an ephemeral port.
6+
17
## 0.3.1 - 2018-02-27
28

39
* Split out TLS credentials to a separate class.

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: grpc
22
description: Dart implementation of gRPC.
3-
version: 0.3.1
3+
version: 0.4.0
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/grpc-dart
66

0 commit comments

Comments
 (0)