Skip to content

Commit 6d7fd48

Browse files
committed
versioning
1 parent 4b5d014 commit 6d7fd48

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/pigeon/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 17.0.1
22

3+
* [kotlin] Adds `includeErrorClass` to `KotlinOptions`.
34
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
45

56
## 17.0.0

packages/pigeon/lib/generator_tools.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'ast.dart';
1313
/// The current version of pigeon.
1414
///
1515
/// This must match the version in pubspec.yaml.
16-
const String pigeonVersion = '17.0.0';
16+
const String pigeonVersion = '17.0.1';
1717

1818
/// Read all the content from [stdin] to a String.
1919
String readStdin() {

packages/pigeon/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pigeon
22
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
33
repository: https://github.com/flutter/packages/tree/main/packages/pigeon
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pigeon%22
5-
version: 17.0.0 # This must match the version in lib/generator_tools.dart
5+
version: 17.0.1 # This must match the version in lib/generator_tools.dart
66

77
environment:
88
sdk: ^3.1.0

0 commit comments

Comments
 (0)