updated version to 0.1.17 (#255)

This commit is contained in:
gaaclarke
2020-12-10 15:14:11 -08:00
committed by GitHub
parent 1313c8048c
commit 2f20ec2108
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.1.17
* Split out test code generation for Dart into a separate file via the
--dart_test_out flag.
## 0.1.16
* Fixed running in certain environments where NNBD is enabled by default.

View File

@ -8,7 +8,7 @@ import 'dart:mirrors';
import 'ast.dart';
/// The current version of pigeon.
const String pigeonVersion = '0.1.16';
const String pigeonVersion = '0.1.17';
/// Read all the content from [stdin] to a String.
String readStdin() {

View File

@ -1,5 +1,5 @@
name: pigeon
version: 0.1.16
version: 0.1.17
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: