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