From c47e3652c8f8952ff7dc3fb8232e607d6aaa5370 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Fri, 13 Jul 2018 10:34:21 +0200 Subject: [PATCH 1/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 953ae2d5eaaae..b935886a74c05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ author: Dart Team description: Protoc compiler plugin to generate Dart code homepage: https://github.com/dart-lang/dart-protoc-plugin environment: - sdk: '>=1.21.0 <2.0.0' + sdk: '>=1.21.0 <3.0.0' dependencies: fixnum: ^0.10.5 path: ^1.0.0 From 0461df5e30b60d21a44b0b90ae05ae5d0490af32 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Fri, 13 Jul 2018 10:35:23 +0200 Subject: [PATCH 2/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b935886a74c05..45d74d28ceb29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: protoc_plugin -version: 0.8.0 +version: 0.8.0+1 author: Dart Team description: Protoc compiler plugin to generate Dart code homepage: https://github.com/dart-lang/dart-protoc-plugin From c5bcb5f202f5212bdd6ad6ad2bd31db9de0a5b09 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Fri, 13 Jul 2018 10:35:38 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec97edaf9c0ad..e0b78214defd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.0+1 - 2018-07-13 + +* Dart SDK upper constraint raised to declare compatability with Dart 2.0 stable. + ## 0.8.0 - 2018-05-17 * Breaking change: Generated RpcClient stubs use the generic invoke method.