From ae9a7c7142992d36c36b46dd80f3bef0089b7f11 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Mon, 17 Dec 2018 15:49:14 +0100 Subject: [PATCH] Graduate package to 1.0 stable (#143) * Update README.md * Update pubspec.yaml * Update CHANGELOG.md * Extend the package description --- CHANGELOG.md | 4 ++++ README.md | 3 --- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f3f8c..de70215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 3e93703..6e87ce0 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/pubspec.yaml b/pubspec.yaml index 6feb2e5..1a13045 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 homepage: https://github.com/dart-lang/grpc-dart