From 4d4515f1ac40fe2d4a190e700d5cd12dcb97b6dd Mon Sep 17 00:00:00 2001 From: Prerak Mann Date: Mon, 24 Jul 2023 17:40:55 +0530 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b70ff75..e875b397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 9.0.2 + +- Allow extern inline functions to be generated. + # 9.0.1 - Fix doc comment missing on struct/union array fields. diff --git a/pubspec.yaml b/pubspec.yaml index 3a8e0c15..428b7c73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: ffigen -version: 9.0.1 +version: 9.0.2 description: Generator for FFI bindings, using LibClang to parse C header files. repository: https://github.com/dart-lang/ffigen