From 5fb34b18d06445c811200c9ba3ce3f6729c8b232 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 19 Mar 2025 16:44:33 -0700 Subject: [PATCH] [cronet_http] Prepare to release 1.3.3 --- pkgs/cronet_http/CHANGELOG.md | 2 +- pkgs/cronet_http/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index 2b565f3105..fa4a0492aa 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.3-wip +## 1.3.3 * Throw `ClientException` if `CronetClient.send` runs out of Java heap while allocating memory for the request body. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 10f5ac636c..ab55257ae2 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.3.3-wip +version: 1.3.3 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