From e62b6914dbac1bbb4dc0a6a528cb28834cceefc5 Mon Sep 17 00:00:00 2001 From: Hossein Yousefi Date: Fri, 31 Jan 2025 13:40:17 +0100 Subject: [PATCH] [jnigen][jni] 0.14.0 (#1961) --- pkgs/jni/CHANGELOG.md | 2 +- pkgs/jni/pubspec.yaml | 2 +- pkgs/jnigen/CHANGELOG.md | 2 +- pkgs/jnigen/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/jni/CHANGELOG.md b/pkgs/jni/CHANGELOG.md index 343278b150..ce94afda99 100644 --- a/pkgs/jni/CHANGELOG.md +++ b/pkgs/jni/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.14.0-wip +## 0.14.0 - Added `DynamicLibraryLoadError` which is thrown when the dynamic library fails to load. `HelperNotFoundError` will only be thrown when the helper library diff --git a/pkgs/jni/pubspec.yaml b/pkgs/jni/pubspec.yaml index f895b98d21..aff7fa9e49 100644 --- a/pkgs/jni/pubspec.yaml +++ b/pkgs/jni/pubspec.yaml @@ -4,7 +4,7 @@ name: jni description: A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen. -version: 0.14.0-wip +version: 0.14.0 repository: https://github.com/dart-lang/native/tree/main/pkgs/jni issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajni diff --git a/pkgs/jnigen/CHANGELOG.md b/pkgs/jnigen/CHANGELOG.md index 8602c4b514..7696f54b19 100644 --- a/pkgs/jnigen/CHANGELOG.md +++ b/pkgs/jnigen/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.14.0-wip +## 0.14.0 - Fixed a bug where the source parser would not have all of the type paremeters of the types. diff --git a/pkgs/jnigen/pubspec.yaml b/pkgs/jnigen/pubspec.yaml index c7526fad05..87cacb2615 100644 --- a/pkgs/jnigen/pubspec.yaml +++ b/pkgs/jnigen/pubspec.yaml @@ -4,7 +4,7 @@ name: jnigen description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine. -version: 0.14.0-wip +version: 0.14.0 repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen