mirror of https://github.com/grpc/grpc-dart.git
Graduate package to 1.0 stable (#143)
* Update README.md * Update pubspec.yaml * Update CHANGELOG.md * Extend the package description
This commit is contained in:
parent
6428b4e2f7
commit
ae9a7c7142
|
@ -1,3 +1,7 @@
|
|||
## 1.0.0
|
||||
|
||||
* Graduate package to 1.0.
|
||||
|
||||
## 0.6.8+1
|
||||
|
||||
* Removes stray files that where published by accident in version 0.6.8.
|
||||
|
|
|
@ -10,9 +10,6 @@ See the [Dart gRPC Quickstart](https://grpc.io/docs/quickstart/dart.html).
|
|||
|
||||
# Status
|
||||
|
||||
This package is currently in *beta*: It is available for general usage,
|
||||
and is considered feature complete.
|
||||
|
||||
If you experience issues, or if you have feature requests,
|
||||
please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: grpc
|
||||
description: Dart implementation of gRPC.
|
||||
version: 0.6.8+1
|
||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||
version: 1.0.0
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
|
|
Loading…
Reference in New Issue