From b2f042b694e1c32387b5c14c3ea596566e18878e Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Tue, 13 Oct 2020 16:48:56 -0700 Subject: [PATCH] [Pigeon] incremented version so we can publish the last commit --- packages/pigeon/CHANGELOG.md | 5 +++++ packages/pigeon/lib/generator_tools.dart | 2 +- packages/pigeon/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/pigeon/CHANGELOG.md b/packages/pigeon/CHANGELOG.md index 83c597e27856..e1ea0c303ddd 100644 --- a/packages/pigeon/CHANGELOG.md +++ b/packages/pigeon/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.12 + +* Fixed assert failure with creating a PlatformException as a result of an + exception in Java handlers. + ## 0.1.11 * Added flag to generate null safety annotated Dart code `--dart-null-safety`. diff --git a/packages/pigeon/lib/generator_tools.dart b/packages/pigeon/lib/generator_tools.dart index 257651d8f422..3d781e2e9ea5 100644 --- a/packages/pigeon/lib/generator_tools.dart +++ b/packages/pigeon/lib/generator_tools.dart @@ -8,7 +8,7 @@ import 'dart:mirrors'; import 'ast.dart'; /// The current version of pigeon. -const String pigeonVersion = '0.1.11'; +const String pigeonVersion = '0.1.12'; /// Read all the content from [stdin] to a String. String readStdin() { diff --git a/packages/pigeon/pubspec.yaml b/packages/pigeon/pubspec.yaml index aad6d70fd96d..cbb04a783d83 100644 --- a/packages/pigeon/pubspec.yaml +++ b/packages/pigeon/pubspec.yaml @@ -1,5 +1,5 @@ name: pigeon -version: 0.1.11 +version: 0.1.12 description: Code generator tool to make communication between Flutter and the host platform type-safe and easier. homepage: https://github.com/flutter/packages/tree/master/packages/pigeon dependencies: