From 7a5c8a76ea433b29a822c99947c7ec33e0ca47fd Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 20 Mar 2024 11:25:03 -0700 Subject: [PATCH] Prepare package:cronet_http 1.2 for release --- pkgs/cronet_http/CHANGELOG.md | 4 +++- pkgs/cronet_http/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index 28d41376b4..1cc924894e 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,8 +1,10 @@ -## 1.2.0-wip +## 1.2.0 * Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`. * Fix a bug in the documentation where `isOwned` is used rather than `closeEngine`. +* Upgrade `package:jni` to 0.7.3 to fix a SIGSEGV caused by a null + pointer dereference. ## 1.1.1 diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index bfb8a3b5f8..69af73d277 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.2.0-wip +version: 1.2.0 description: >- An Android Flutter plugin that provides access to the Cronet HTTP client. repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http